diff -r 3fc8dfeb6ebe -r b99e7fd55fd3 src/eric7/Preferences/ConfigurationPages/DiffColoursPage.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Preferences/ConfigurationPages/DiffColoursPage.ui Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DiffColoursPage</class> + <widget class="QWidget" name="DiffColoursPage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>286</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="headerLabel"> + <property name="text"> + <string><b>Configure Diff colors</b></string> + </property> + </widget> + </item> + <item> + <widget class="Line" name="line1"> + <property name="frameShape"> + <enum>QFrame::HLine</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Sunken</enum> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="5" column="0"> + <widget class="QPushButton" name="headerButton"> + <property name="toolTip"> + <string>Select the background color for header lines</string> + </property> + <property name="text"> + <string>Header Color</string> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="QLineEdit" name="headerSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Header Line</string> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="6" column="0"> + <widget class="QPushButton" name="whitespaceButton"> + <property name="toolTip"> + <string>Select the background color for bad whitespace</string> + </property> + <property name="text"> + <string>Whitespace Color</string> + </property> + </widget> + </item> + <item row="6" column="1"> + <widget class="QLineEdit" name="whitespaceSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="0" column="0"> + <widget class="QPushButton" name="textButton"> + <property name="toolTip"> + <string>Select the text foreground color</string> + </property> + <property name="text"> + <string>Text Color</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="textSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Normal Text</string> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QPushButton" name="addedButton"> + <property name="toolTip"> + <string>Select the background color for additions</string> + </property> + <property name="text"> + <string>Added Color</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="addedSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Added Text</string> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QPushButton" name="removedButton"> + <property name="toolTip"> + <string>Select the background color for removed text</string> + </property> + <property name="text"> + <string>Removed Color</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="removedSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Removed Text</string> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QPushButton" name="replacedButton"> + <property name="toolTip"> + <string>Select the background color for replaced text</string> + </property> + <property name="text"> + <string>Replaced Color</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLineEdit" name="replacedSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Replaced Text</string> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QPushButton" name="contextButton"> + <property name="toolTip"> + <string>Select the background color for context lines</string> + </property> + <property name="text"> + <string>Context Color</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QLineEdit" name="contextSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Context Line</string> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>46</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui>