diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-08 14:48:51 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-08 14:48:51 -0400 |
commit | 198e6ac289932d8a9d8485a4c188a0137ddda01b (patch) | |
tree | 8e76a74bc876d014f0132b62552b2197025d0b87 /lumina-config/PanelWidget.ui | |
parent | Add the new "line" panel plugin to lumina-config (diff) | |
download | lumina-198e6ac289932d8a9d8485a4c188a0137ddda01b.tar.gz lumina-198e6ac289932d8a9d8485a4c188a0137ddda01b.tar.bz2 lumina-198e6ac289932d8a9d8485a4c188a0137ddda01b.zip |
Update the widget used for panel information: Now it is quite a bit easier to read/use.
Diffstat (limited to 'lumina-config/PanelWidget.ui')
-rw-r--r-- | lumina-config/PanelWidget.ui | 59 |
1 files changed, 25 insertions, 34 deletions
diff --git a/lumina-config/PanelWidget.ui b/lumina-config/PanelWidget.ui index b078a15e..462ca7c9 100644 --- a/lumina-config/PanelWidget.ui +++ b/lumina-config/PanelWidget.ui @@ -75,23 +75,21 @@ </layout> </item> <item> - <widget class="QToolBox" name="toolBox"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> + <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> - <widget class="QWidget" name="page"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>246</width> - <height>125</height> - </rect> - </property> - <attribute name="label"> + <property name="iconSize"> + <size> + <width>22</width> + <height>22</height> + </size> + </property> + <widget class="QWidget" name="tabWidgetPage1" native="true"> + <attribute name="title"> + <string notr="true"/> + </attribute> + <attribute name="toolTip"> <string>Location</string> </attribute> <layout class="QFormLayout" name="formLayout"> @@ -148,6 +146,9 @@ <property name="singleStep"> <number>5</number> </property> + <property name="value"> + <number>40</number> + </property> </widget> </item> <item row="3" column="1"> @@ -195,16 +196,11 @@ </item> </layout> </widget> - <widget class="QWidget" name="page_3"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>246</width> - <height>125</height> - </rect> - </property> - <attribute name="label"> + <widget class="QWidget" name="tabWidgetPage2" native="true"> + <attribute name="title"> + <string notr="true"/> + </attribute> + <attribute name="toolTip"> <string>Appearance</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> @@ -283,16 +279,11 @@ </item> </layout> </widget> - <widget class="QWidget" name="page_2"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>260</width> - <height>112</height> - </rect> - </property> - <attribute name="label"> + <widget class="QWidget" name="tabWidgetPage3" native="true"> + <attribute name="title"> + <string notr="true"/> + </attribute> + <attribute name="toolTip"> <string>Plugins</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> |