You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
4.0 KiB
153 lines
4.0 KiB
<ui version="4.0" > |
|
<class>ColorSchemeEditor</class> |
|
<widget class="QWidget" name="ColorSchemeEditor" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>357</width> |
|
<height>475</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<property name="leftMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="topMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="rightMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="bottomMargin" > |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="label" > |
|
<property name="text" > |
|
<string>Description:</string> |
|
</property> |
|
<property name="alignment" > |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLineEdit" name="descriptionEdit" /> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QTableWidget" name="colorTable" /> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="label_2" > |
|
<property name="text" > |
|
<string>Background transparency:</string> |
|
</property> |
|
<property name="alignment" > |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QSlider" name="transparencySlider" > |
|
<property name="maximum" > |
|
<number>100</number> |
|
</property> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="transparencyPercentLabel" > |
|
<property name="text" > |
|
<string>Percent</string> |
|
</property> |
|
<property name="alignment" > |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="randomizedBackgroundCheck" > |
|
<property name="text" > |
|
<string>Vary the background color for each tab</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeType" > |
|
<enum>QSizePolicy::Fixed</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>364</width> |
|
<height>5</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QWidget" native="1" name="transparencyWarningWidget" > |
|
<property name="autoFillBackground" > |
|
<bool>false</bool> |
|
</property> |
|
<property name="styleSheet" > |
|
<string>* { background-color: #FFCCCC ; border-radius: 3px }</string> |
|
</property> |
|
<layout class="QHBoxLayout" > |
|
<property name="leftMargin" > |
|
<number>4</number> |
|
</property> |
|
<property name="topMargin" > |
|
<number>4</number> |
|
</property> |
|
<property name="rightMargin" > |
|
<number>4</number> |
|
</property> |
|
<property name="bottomMargin" > |
|
<number>4</number> |
|
</property> |
|
<item> |
|
<widget class="QLabel" name="transparencyWarningIcon" > |
|
<property name="styleSheet" > |
|
<string/> |
|
</property> |
|
<property name="text" > |
|
<string>TextLabel</string> |
|
</property> |
|
<property name="alignment" > |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="transparencyWarningLabel" > |
|
<property name="text" > |
|
<string>The background transparency setting will not be used because your desktop does not appear to support transparent windows.</string> |
|
</property> |
|
<property name="wordWrap" > |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|