diff options
Diffstat (limited to 'lumina-config/PanelWidget.ui')
-rw-r--r-- | lumina-config/PanelWidget.ui | 123 |
1 files changed, 100 insertions, 23 deletions
diff --git a/lumina-config/PanelWidget.ui b/lumina-config/PanelWidget.ui index a2452d17..9cf4ffdb 100644 --- a/lumina-config/PanelWidget.ui +++ b/lumina-config/PanelWidget.ui @@ -6,10 +6,28 @@ <rect> <x>0</x> <y>0</y> - <width>264</width> - <height>280</height> + <width>245</width> + <height>246</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>245</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>245</width> + <height>16777215</height> + </size> + </property> <property name="windowTitle"> <string>Form</string> </property> @@ -47,7 +65,7 @@ </font> </property> <property name="text"> - <string notr="true">TextLabel</string> + <string notr="true">Panel Number</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> @@ -58,6 +76,9 @@ </item> <item> <widget class="QToolBox" name="toolBox"> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> <property name="currentIndex"> <number>0</number> </property> @@ -66,14 +87,29 @@ <rect> <x>0</x> <y>0</y> - <width>262</width> - <height>169</height> + <width>241</width> + <height>133</height> </rect> </property> <attribute name="label"> - <string>Geometry</string> + <string>Location</string> </attribute> <layout class="QFormLayout" name="formLayout"> + <property name="labelAlignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="leftMargin"> + <number>2</number> + </property> + <property name="topMargin"> + <number>2</number> + </property> + <property name="rightMargin"> + <number>2</number> + </property> + <property name="bottomMargin"> + <number>2</number> + </property> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> @@ -82,7 +118,7 @@ </widget> </item> <item row="0" column="1"> - <widget class="QComboBox" name="comboBox"/> + <widget class="QComboBox" name="combo_edge"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> @@ -92,23 +128,32 @@ </widget> </item> <item row="2" column="1"> - <widget class="QSpinBox" name="spinBox"> + <widget class="QSpinBox" name="spin_pxthick"> <property name="suffix"> - <string> pixels thick</string> + <string> pixel(s) thick</string> </property> <property name="minimum"> - <number>1</number> + <number>5</number> </property> <property name="maximum"> <number>30000</number> </property> + <property name="singleStep"> + <number>5</number> + </property> </widget> </item> <item row="3" column="1"> - <widget class="QSpinBox" name="spinBox_2"> + <widget class="QSpinBox" name="spin_plength"> <property name="suffix"> <string>% length</string> </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>100</number> + </property> </widget> </item> <item row="5" column="0"> @@ -132,15 +177,35 @@ </widget> </item> <item row="1" column="1"> - <widget class="QComboBox" name="comboBox_2"/> + <widget class="QComboBox" name="combo_align"/> </item> </layout> </widget> <widget class="QWidget" name="page_3"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>241</width> + <height>133</height> + </rect> + </property> <attribute name="label"> <string>Appearance</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> + <property name="leftMargin"> + <number>2</number> + </property> + <property name="topMargin"> + <number>2</number> + </property> + <property name="rightMargin"> + <number>2</number> + </property> + <property name="bottomMargin"> + <number>2</number> + </property> <item> <widget class="QCheckBox" name="check_autohide"> <property name="text"> @@ -209,30 +274,42 @@ <rect> <x>0</x> <y>0</y> - <width>262</width> - <height>169</height> + <width>241</width> + <height>133</height> </rect> </property> <attribute name="label"> <string>Plugins</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> + <property name="leftMargin"> + <number>2</number> + </property> + <property name="topMargin"> + <number>2</number> + </property> + <property name="rightMargin"> + <number>2</number> + </property> + <property name="bottomMargin"> + <number>2</number> + </property> <item> - <widget class="QListWidget" name="listWidget"/> + <widget class="QListWidget" name="list_plugins"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> - <widget class="QToolButton" name="toolButton_2"> + <widget class="QToolButton" name="tool_remplugin"> <property name="text"> - <string>...</string> + <string notr="true">rem</string> </property> </widget> </item> <item> - <widget class="QToolButton" name="toolButton_4"> + <widget class="QToolButton" name="tool_addplugin"> <property name="text"> - <string>...</string> + <string notr="true">add</string> </property> </widget> </item> @@ -250,16 +327,16 @@ </spacer> </item> <item> - <widget class="QToolButton" name="toolButton_3"> + <widget class="QToolButton" name="tool_upplugin"> <property name="text"> - <string>...</string> + <string notr="true">up</string> </property> </widget> </item> <item> - <widget class="QToolButton" name="toolButton"> + <widget class="QToolButton" name="tool_downplugin"> <property name="text"> - <string>...</string> + <string notr="true">dn</string> </property> </widget> </item> |