rewrite all ui interfaces t oKDE standards

This commit is contained in:
arcan1s 2014-11-20 06:01:56 +03:00
parent 222db43dc1
commit 0cd2ff6813
8 changed files with 202 additions and 1017 deletions

View File

@ -41,35 +41,81 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>-239</y> <y>0</y>
<width>675</width> <width>675</width>
<height>813</height> <height>822</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_8">
<item> <item>
<widget class="QCheckBox" name="checkBox_background"> <layout class="QHBoxLayout" name="layout_popup">
<property name="text"> <item>
<string>Enable background</string> <spacer name="spacer_popup">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property> </property>
</widget> <property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="checkBox_popup"> <widget class="QCheckBox" name="checkBox_popup">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Enable popup on mouse click</string> <string>Enable popup on mouse click</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="layout_background">
<item>
<spacer name="spacer_background">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_background">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Enable background</string>
</property>
</widget>
</item>
</layout>
</item>
<item> <item>
<layout class="QHBoxLayout" name="layout_timeFormat"> <layout class="QHBoxLayout" name="layout_timeFormat">
<item> <item>
<widget class="QLabel" name="label_timeFormat"> <widget class="QLabel" name="label_timeFormat">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Custom time format</string> <string>Custom time format</string>
@ -107,11 +153,11 @@ $s - seconds w\o zero</string>
<layout class="QHBoxLayout" name="layout_uptimeFormat"> <layout class="QHBoxLayout" name="layout_uptimeFormat">
<item> <item>
<widget class="QLabel" name="label_uptimeFormat"> <widget class="QLabel" name="label_uptimeFormat">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Custom uptime format</string> <string>Custom uptime format</string>
@ -139,12 +185,6 @@ $m - uptime minutes without zero</string>
<layout class="QHBoxLayout" name="layout_tempUnits"> <layout class="QHBoxLayout" name="layout_tempUnits">
<item> <item>
<widget class="QLabel" name="label_tempUnits"> <widget class="QLabel" name="label_tempUnits">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Temperature units</string> <string>Temperature units</string>
</property> </property>
@ -153,27 +193,8 @@ $m - uptime minutes without zero</string>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<spacer name="spacer_tempUnits">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QComboBox" name="comboBox_tempUnits"> <widget class="QComboBox" name="comboBox_tempUnits">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">Celsius</string> <string notr="true">Celsius</string>
@ -337,15 +358,12 @@ $m - uptime minutes without zero</string>
<layout class="QHBoxLayout" name="layout_netdev"> <layout class="QHBoxLayout" name="layout_netdev">
<item> <item>
<widget class="QCheckBox" name="checkBox_netdev"> <widget class="QCheckBox" name="checkBox_netdev">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Disable auto select device and set specified device</string> <string>Disable auto select device and set specified device</string>
</property> </property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text"> <property name="text">
<string>Set network device</string> <string>Set network device</string>
</property> </property>
@ -353,12 +371,6 @@ $m - uptime minutes without zero</string>
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_netdev"> <widget class="QComboBox" name="comboBox_netdev">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable"> <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -370,11 +382,11 @@ $m - uptime minutes without zero</string>
<layout class="QHBoxLayout" name="layout_acOnline"> <layout class="QHBoxLayout" name="layout_acOnline">
<item> <item>
<widget class="QLabel" name="label_acOnline"> <widget class="QLabel" name="label_acOnline">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>AC online tag</string> <string>AC online tag</string>
@ -400,11 +412,11 @@ $m - uptime minutes without zero</string>
<layout class="QHBoxLayout" name="layout_acOffline"> <layout class="QHBoxLayout" name="layout_acOffline">
<item> <item>
<widget class="QLabel" name="label_acOffline"> <widget class="QLabel" name="label_acOffline">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>AC offline tag</string> <string>AC offline tag</string>
@ -432,18 +444,9 @@ $m - uptime minutes without zero</string>
<layout class="QHBoxLayout" name="layout_barsAdd"> <layout class="QHBoxLayout" name="layout_barsAdd">
<item> <item>
<widget class="QLabel" name="label_bars"> <widget class="QLabel" name="label_bars">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Bars</string> <string>Bars</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -478,12 +481,35 @@ $m - uptime minutes without zero</string>
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="checkBox_updates"> <layout class="QHBoxLayout" name="layout_updates_3">
<item>
<spacer name="spacer_updates_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_updates_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Check for updates</string> <string>Check for updates</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</item>
<item> <item>
<spacer name="spacer_advanced"> <spacer name="spacer_advanced">
<property name="orientation"> <property name="orientation">

View File

@ -51,41 +51,16 @@
<layout class="QHBoxLayout" name="layout_interval"> <layout class="QHBoxLayout" name="layout_interval">
<item> <item>
<widget class="QLabel" name="label_interval"> <widget class="QLabel" name="label_interval">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Time interval</string> <string>Time interval</string>
</property> </property>
</widget>
</item>
<item>
<spacer name="spacer_interval">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QSpinBox" name="spinBox_interval">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_interval">
<property name="minimum"> <property name="minimum">
<number>1</number> <number>1</number>
</property> </property>
@ -106,30 +81,14 @@
<layout class="QHBoxLayout" name="layout_font"> <layout class="QHBoxLayout" name="layout_font">
<item> <item>
<widget class="QLabel" name="label_font"> <widget class="QLabel" name="label_font">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font</string> <string>Font</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget> </widget>
</item> </item>
<item>
<spacer name="spacer_font">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QFontComboBox" name="fontComboBox"> <widget class="QFontComboBox" name="fontComboBox">
<property name="minimumSize"> <property name="minimumSize">
@ -146,41 +105,16 @@
<layout class="QHBoxLayout" name="layout_size"> <layout class="QHBoxLayout" name="layout_size">
<item> <item>
<widget class="QLabel" name="label_size"> <widget class="QLabel" name="label_size">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font size</string> <string>Font size</string>
</property> </property>
</widget>
</item>
<item>
<spacer name="spacer_size">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QSpinBox" name="spinBox_size">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_size">
<property name="minimum"> <property name="minimum">
<number>1</number> <number>1</number>
</property> </property>
@ -201,39 +135,16 @@
<layout class="QHBoxLayout" name="layout_color"> <layout class="QHBoxLayout" name="layout_color">
<item> <item>
<widget class="QLabel" name="label_color"> <widget class="QLabel" name="label_color">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font color</string> <string>Font color</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_color"> <widget class="KColorCombo" name="kcolorcombo"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -241,38 +152,16 @@
<layout class="QHBoxLayout" name="layout_style"> <layout class="QHBoxLayout" name="layout_style">
<item> <item>
<widget class="QLabel" name="label_style"> <widget class="QLabel" name="label_style">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font style</string> <string>Font style</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget> </widget>
</item> </item>
<item>
<spacer name="spacer_style">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QComboBox" name="comboBox_style"> <widget class="QComboBox" name="comboBox_style">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">normal</string> <string notr="true">normal</string>
@ -291,41 +180,16 @@
<layout class="QHBoxLayout" name="layout_weight"> <layout class="QHBoxLayout" name="layout_weight">
<item> <item>
<widget class="QLabel" name="label_weight"> <widget class="QLabel" name="label_weight">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font weight</string> <string>Font weight</string>
</property> </property>
</widget>
</item>
<item>
<spacer name="spacer_weight">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>19</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QSpinBox" name="spinBox_weight">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_weight">
<property name="minimum"> <property name="minimum">
<number>100</number> <number>100</number>
</property> </property>

View File

@ -51,11 +51,11 @@
<layout class="QHBoxLayout" name="layout_hddtempCmd"> <layout class="QHBoxLayout" name="layout_hddtempCmd">
<item> <item>
<widget class="QLabel" name="label_hddtempCmd"> <widget class="QLabel" name="label_hddtempCmd">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>hddtemp cmd</string> <string>hddtemp cmd</string>
@ -66,11 +66,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="lineEdit_hddtempCmd"> <widget class="QLineEdit" name="lineEdit_hddtempCmd"/>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -78,12 +74,6 @@
<layout class="QHBoxLayout" name="layout_gpudev"> <layout class="QHBoxLayout" name="layout_gpudev">
<item> <item>
<widget class="QLabel" name="label_gpudev"> <widget class="QLabel" name="label_gpudev">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>GPU device</string> <string>GPU device</string>
</property> </property>
@ -94,18 +84,6 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_gpudev"> <widget class="QComboBox" name="comboBox_gpudev">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">auto</string> <string notr="true">auto</string>
@ -134,12 +112,6 @@
<layout class="QHBoxLayout" name="layout_hdddev"> <layout class="QHBoxLayout" name="layout_hdddev">
<item> <item>
<widget class="QLabel" name="label_hdddev"> <widget class="QLabel" name="label_hdddev">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>HDD</string> <string>HDD</string>
</property> </property>
@ -149,20 +121,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_hdddev"> <widget class="QComboBox" name="comboBox_hdddev"/>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -170,11 +129,11 @@
<layout class="QHBoxLayout" name="layout_playerSelect"> <layout class="QHBoxLayout" name="layout_playerSelect">
<item> <item>
<widget class="QLabel" name="label_playerSelect"> <widget class="QLabel" name="label_playerSelect">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Music player</string> <string>Music player</string>
@ -192,12 +151,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">mpris</string> <string notr="true">mpris</string>
@ -216,12 +169,6 @@
<layout class="QHBoxLayout" name="layout_mpdport"> <layout class="QHBoxLayout" name="layout_mpdport">
<item> <item>
<widget class="QLabel" name="label_mpdport"> <widget class="QLabel" name="label_mpdport">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>MPD port</string> <string>MPD port</string>
</property> </property>
@ -230,30 +177,8 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<spacer name="spacer_mpdport">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>19</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QSpinBox" name="spinBox_mpdport"> <widget class="QSpinBox" name="spinBox_mpdport">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="minimum"> <property name="minimum">
<number>0</number> <number>0</number>
</property> </property>
@ -274,11 +199,11 @@
<layout class="QHBoxLayout" name="layout_mpdaddress"> <layout class="QHBoxLayout" name="layout_mpdaddress">
<item> <item>
<widget class="QLabel" name="label_mpdaddress"> <widget class="QLabel" name="label_mpdaddress">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>MPD address</string> <string>MPD address</string>
@ -289,11 +214,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="lineEdit_mpdaddress"> <widget class="QLineEdit" name="lineEdit_mpdaddress"/>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -314,11 +235,11 @@
<layout class="QHBoxLayout" name="layout_acpi"> <layout class="QHBoxLayout" name="layout_acpi">
<item> <item>
<widget class="QLabel" name="label_acpi"> <widget class="QLabel" name="label_acpi">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>ACPI path</string> <string>ACPI path</string>
@ -353,11 +274,11 @@
<layout class="QHBoxLayout" name="layout_mprisSelect"> <layout class="QHBoxLayout" name="layout_mprisSelect">
<item> <item>
<widget class="QLabel" name="label_mpris"> <widget class="QLabel" name="label_mpris">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>MPRIS player name</string> <string>MPRIS player name</string>
@ -375,12 +296,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="editable"> <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -470,18 +385,9 @@ del - remove item</string>
<layout class="QHBoxLayout" name="layout_customAdd"> <layout class="QHBoxLayout" name="layout_customAdd">
<item> <item>
<widget class="QLabel" name="label_custom"> <widget class="QLabel" name="label_custom">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Custom scripts</string> <string>Custom scripts</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>

View File

@ -39,11 +39,11 @@
<layout class="QHBoxLayout" name="layout_comment"> <layout class="QHBoxLayout" name="layout_comment">
<item> <item>
<widget class="QLabel" name="label_comment"> <widget class="QLabel" name="label_comment">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<width>200</width> <horstretch>0</horstretch>
<height>0</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Comment</string> <string>Comment</string>

View File

@ -64,41 +64,16 @@
<layout class="QHBoxLayout" name="layout_tooltipNum"> <layout class="QHBoxLayout" name="layout_tooltipNum">
<item> <item>
<widget class="QLabel" name="label_tooltipNum"> <widget class="QLabel" name="label_tooltipNum">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Number of values for tooltips</string> <string>Number of values for tooltips</string>
</property> </property>
</widget>
</item>
<item>
<spacer name="spacer_tooltipNum">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>19</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QSpinBox" name="spinBox_tooltipNum">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_tooltipNum">
<property name="minimum"> <property name="minimum">
<number>50</number> <number>50</number>
</property> </property>
@ -119,11 +94,8 @@
<layout class="QHBoxLayout" name="layout_background"> <layout class="QHBoxLayout" name="layout_background">
<item> <item>
<widget class="QCheckBox" name="checkBox_background"> <widget class="QCheckBox" name="checkBox_background">
<property name="minimumSize"> <property name="layoutDirection">
<size> <enum>Qt::RightToLeft</enum>
<width>200</width>
<height>0</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>Background</string> <string>Background</string>
@ -134,27 +106,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_background"> <widget class="KColorCombo" name="kcolorcombo_background"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_background">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -162,11 +114,8 @@
<layout class="QHBoxLayout" name="layout_cpuColor"> <layout class="QHBoxLayout" name="layout_cpuColor">
<item> <item>
<widget class="QCheckBox" name="checkBox_cpu"> <widget class="QCheckBox" name="checkBox_cpu">
<property name="minimumSize"> <property name="layoutDirection">
<size> <enum>Qt::RightToLeft</enum>
<width>200</width>
<height>0</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>CPU color</string> <string>CPU color</string>
@ -177,27 +126,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_cpuColor"> <widget class="KColorCombo" name="kcolorcombo_cpu"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_cpu">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -205,11 +134,8 @@
<layout class="QHBoxLayout" name="layout_cpuclockColor"> <layout class="QHBoxLayout" name="layout_cpuclockColor">
<item> <item>
<widget class="QCheckBox" name="checkBox_cpuclock"> <widget class="QCheckBox" name="checkBox_cpuclock">
<property name="minimumSize"> <property name="layoutDirection">
<size> <enum>Qt::RightToLeft</enum>
<width>200</width>
<height>0</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>CPU clock color</string> <string>CPU clock color</string>
@ -220,27 +146,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_cpuclockColor"> <widget class="KColorCombo" name="kcolorcombo_cpuclock"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_cpuclock">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -248,11 +154,8 @@
<layout class="QHBoxLayout" name="layout_memColor"> <layout class="QHBoxLayout" name="layout_memColor">
<item> <item>
<widget class="QCheckBox" name="checkBox_mem"> <widget class="QCheckBox" name="checkBox_mem">
<property name="minimumSize"> <property name="layoutDirection">
<size> <enum>Qt::RightToLeft</enum>
<width>200</width>
<height>0</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>Memory color</string> <string>Memory color</string>
@ -263,27 +166,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_memColor"> <widget class="KColorCombo" name="kcolorcombo_mem"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_mem">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -291,11 +174,8 @@
<layout class="QHBoxLayout" name="layout_swapColor"> <layout class="QHBoxLayout" name="layout_swapColor">
<item> <item>
<widget class="QCheckBox" name="checkBox_swap"> <widget class="QCheckBox" name="checkBox_swap">
<property name="minimumSize"> <property name="layoutDirection">
<size> <enum>Qt::RightToLeft</enum>
<width>200</width>
<height>0</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>Swap color</string> <string>Swap color</string>
@ -306,27 +186,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_swapColor"> <widget class="KColorCombo" name="kcolorcombo_swap"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_swap">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -334,11 +194,8 @@
<layout class="QHBoxLayout" name="layout_downColor"> <layout class="QHBoxLayout" name="layout_downColor">
<item> <item>
<widget class="QCheckBox" name="checkBox_down"> <widget class="QCheckBox" name="checkBox_down">
<property name="minimumSize"> <property name="layoutDirection">
<size> <enum>Qt::RightToLeft</enum>
<width>200</width>
<height>0</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>Download speed color</string> <string>Download speed color</string>
@ -349,83 +206,24 @@
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_downColor"> <widget class="KColorCombo" name="kcolorcombo_down"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_down">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="layout_upColor"> <layout class="QHBoxLayout" name="layout_upColor">
<item>
<spacer name="spacer_upColorLeft">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QLabel" name="label_up"> <widget class="QLabel" name="label_up">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Upload speed color</string> <string>Upload speed color</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_upColor"> <widget class="KColorCombo" name="kcolorcombo_up"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_up">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -433,11 +231,8 @@
<layout class="QHBoxLayout" name="layout_batteryColor"> <layout class="QHBoxLayout" name="layout_batteryColor">
<item> <item>
<widget class="QCheckBox" name="checkBox_battery"> <widget class="QCheckBox" name="checkBox_battery">
<property name="minimumSize"> <property name="layoutDirection">
<size> <enum>Qt::RightToLeft</enum>
<width>200</width>
<height>0</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>Battery active color</string> <string>Battery active color</string>
@ -448,83 +243,24 @@
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_batteryColor"> <widget class="KColorCombo" name="kcolorcombo_battery"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_battery">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="layout_batteryInColor"> <layout class="QHBoxLayout" name="layout_batteryInColor">
<item>
<spacer name="space_batteryIn">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QLabel" name="label_batteryIn"> <widget class="QLabel" name="label_batteryIn">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Battery inactive color</string> <string>Battery inactive color</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="spacer_batteryInColor"> <widget class="KColorCombo" name="kcolorcombo_batteryIn"/>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KColorCombo" name="kcolorcombo_batteryIn">
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>

View File

@ -49,18 +49,6 @@
<layout class="QHBoxLayout" name="layout_fontActive"> <layout class="QHBoxLayout" name="layout_fontActive">
<item> <item>
<widget class="QLabel" name="label_fontActive"> <widget class="QLabel" name="label_fontActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font</string> <string>Font</string>
</property> </property>
@ -70,20 +58,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QFontComboBox" name="fontComboBox_fontActive"> <widget class="QFontComboBox" name="fontComboBox_fontActive"/>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>180</width>
<height>23</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -91,18 +66,6 @@
<layout class="QHBoxLayout" name="layout_fontSizeActive"> <layout class="QHBoxLayout" name="layout_fontSizeActive">
<item> <item>
<widget class="QLabel" name="label_fontSizeActive"> <widget class="QLabel" name="label_fontSizeActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font size</string> <string>Font size</string>
</property> </property>
@ -113,18 +76,6 @@
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spinBox_fontSizeActive"> <widget class="QSpinBox" name="spinBox_fontSizeActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
<property name="minimum"> <property name="minimum">
<number>7</number> <number>7</number>
</property> </property>
@ -142,18 +93,6 @@
<layout class="QHBoxLayout" name="layout_fontColorActive"> <layout class="QHBoxLayout" name="layout_fontColorActive">
<item> <item>
<widget class="QLabel" name="label_fontColorActive"> <widget class="QLabel" name="label_fontColorActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font color</string> <string>Font color</string>
</property> </property>
@ -163,20 +102,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="KColorCombo" name="kcolorcombo_fontColorActive"> <widget class="KColorCombo" name="kcolorcombo_fontColorActive"/>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -184,18 +110,6 @@
<layout class="QHBoxLayout" name="layout_fontWeightActive"> <layout class="QHBoxLayout" name="layout_fontWeightActive">
<item> <item>
<widget class="QLabel" name="label_fontWeightActive"> <widget class="QLabel" name="label_fontWeightActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font weight</string> <string>Font weight</string>
</property> </property>
@ -206,18 +120,6 @@
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spinBox_fontWeightActive"> <widget class="QSpinBox" name="spinBox_fontWeightActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
<property name="minimum"> <property name="minimum">
<number>100</number> <number>100</number>
</property> </property>
@ -238,18 +140,6 @@
<layout class="QHBoxLayout" name="layout_fontStyleActive"> <layout class="QHBoxLayout" name="layout_fontStyleActive">
<item> <item>
<widget class="QLabel" name="label_fontStyleActive"> <widget class="QLabel" name="label_fontStyleActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font style</string> <string>Font style</string>
</property> </property>
@ -260,18 +150,6 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_fontStyleActive"> <widget class="QComboBox" name="comboBox_fontStyleActive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">normal</string> <string notr="true">normal</string>
@ -329,18 +207,6 @@
<layout class="QHBoxLayout" name="layout_fontInactive"> <layout class="QHBoxLayout" name="layout_fontInactive">
<item> <item>
<widget class="QLabel" name="label_fontInactive"> <widget class="QLabel" name="label_fontInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font</string> <string>Font</string>
</property> </property>
@ -350,20 +216,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QFontComboBox" name="fontComboBox_fontInactive"> <widget class="QFontComboBox" name="fontComboBox_fontInactive"/>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>180</width>
<height>23</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -371,18 +224,6 @@
<layout class="QHBoxLayout" name="layout_fontSizeInactive"> <layout class="QHBoxLayout" name="layout_fontSizeInactive">
<item> <item>
<widget class="QLabel" name="label_fontSizeInactive"> <widget class="QLabel" name="label_fontSizeInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font size</string> <string>Font size</string>
</property> </property>
@ -393,18 +234,6 @@
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spinBox_fontSizeInactive"> <widget class="QSpinBox" name="spinBox_fontSizeInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
<property name="minimum"> <property name="minimum">
<number>7</number> <number>7</number>
</property> </property>
@ -422,18 +251,6 @@
<layout class="QHBoxLayout" name="layout_fontColorInactive"> <layout class="QHBoxLayout" name="layout_fontColorInactive">
<item> <item>
<widget class="QLabel" name="label_fontColorInactive"> <widget class="QLabel" name="label_fontColorInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font color</string> <string>Font color</string>
</property> </property>
@ -443,20 +260,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="KColorCombo" name="kcolorcombo_fontColorInactive"> <widget class="KColorCombo" name="kcolorcombo_fontColorInactive"/>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
@ -464,18 +268,6 @@
<layout class="QHBoxLayout" name="layout_fontWeightInactive"> <layout class="QHBoxLayout" name="layout_fontWeightInactive">
<item> <item>
<widget class="QLabel" name="label_fontWeightInactive"> <widget class="QLabel" name="label_fontWeightInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font weight</string> <string>Font weight</string>
</property> </property>
@ -486,18 +278,6 @@
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spinBox_fontWeightInactive"> <widget class="QSpinBox" name="spinBox_fontWeightInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
<property name="minimum"> <property name="minimum">
<number>100</number> <number>100</number>
</property> </property>
@ -518,18 +298,6 @@
<layout class="QHBoxLayout" name="layout_fontStyleInactive"> <layout class="QHBoxLayout" name="layout_fontStyleInactive">
<item> <item>
<widget class="QLabel" name="label_fontStyleInactive"> <widget class="QLabel" name="label_fontStyleInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font style</string> <string>Font style</string>
</property> </property>
@ -540,18 +308,6 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_fontStyleInactive"> <widget class="QComboBox" name="comboBox_fontStyleInactive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>23</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">normal</string> <string notr="true">normal</string>

View File

@ -24,18 +24,6 @@
<layout class="QHBoxLayout" name="layout_mark"> <layout class="QHBoxLayout" name="layout_mark">
<item> <item>
<widget class="QLabel" name="label_mark"> <widget class="QLabel" name="label_mark">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Mark</string> <string>Mark</string>
</property> </property>
@ -46,12 +34,6 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_mark"> <widget class="QComboBox" name="comboBox_mark">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>A mark which will be shown if this desktop is active</string> <string>A mark which will be shown if this desktop is active</string>
</property> </property>
@ -328,12 +310,6 @@
<layout class="QHBoxLayout" name="layout_tooltip"> <layout class="QHBoxLayout" name="layout_tooltip">
<item> <item>
<widget class="QLabel" name="label_tooltip"> <widget class="QLabel" name="label_tooltip">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Tooltip width</string> <string>Tooltip width</string>
</property> </property>
@ -344,18 +320,6 @@
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spinBox_tooltip"> <widget class="QSpinBox" name="spinBox_tooltip">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
</property> </property>
@ -376,12 +340,6 @@
<layout class="QHBoxLayout" name="layout_tooltipColor"> <layout class="QHBoxLayout" name="layout_tooltipColor">
<item> <item>
<widget class="QLabel" name="label_tooltipColor"> <widget class="QLabel" name="label_tooltipColor">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Window border color on tooltip</string> <string>Window border color on tooltip</string>
</property> </property>
@ -391,20 +349,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="KColorCombo" name="kcolorcombo_tooltipColor"> <widget class="KColorCombo" name="kcolorcombo_tooltipColor"/>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>180</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>

View File

@ -24,12 +24,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Name</string> <string>Name</string>
</property> </property>
@ -53,12 +47,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Comment</string> <string>Comment</string>
</property> </property>
@ -82,12 +70,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Command</string> <string>Command</string>
</property> </property>
@ -111,12 +93,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Prefix</string> <string>Prefix</string>
</property> </property>
@ -194,12 +170,6 @@
<layout class="QHBoxLayout" name="layout_redirect"> <layout class="QHBoxLayout" name="layout_redirect">
<item> <item>
<widget class="QLabel" name="label_redirect"> <widget class="QLabel" name="label_redirect">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Redirect</string> <string>Redirect</string>
</property> </property>
@ -210,12 +180,6 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_redirect"> <widget class="QComboBox" name="comboBox_redirect">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">stdout2stderr</string> <string notr="true">stdout2stderr</string>
@ -239,12 +203,6 @@
<layout class="QHBoxLayout" name="layout_interval"> <layout class="QHBoxLayout" name="layout_interval">
<item> <item>
<widget class="QLabel" name="label_interval"> <widget class="QLabel" name="label_interval">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Interval</string> <string>Interval</string>
</property> </property>
@ -255,12 +213,6 @@
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spinBox_interval"> <widget class="QSpinBox" name="spinBox_interval">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum"> <property name="minimum">
<number>1</number> <number>1</number>
</property> </property>