diff options
author | Ken Moore <ken@pcbsd.org> | 2015-06-26 17:25:33 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-06-26 17:25:33 -0400 |
commit | b51101672a050deb996c18e58d5a3dd0a880b158 (patch) | |
tree | 68a06041718d63e45e128cfc7a29786e2d917e33 /lumina-config/mainUI.ui | |
parent | Some quick cleanup in the LSession.cpp file and update the port files (diff) | |
download | lumina-b51101672a050deb996c18e58d5a3dd0a880b158.tar.gz lumina-b51101672a050deb996c18e58d5a3dd0a880b158.tar.bz2 lumina-b51101672a050deb996c18e58d5a3dd0a880b158.zip |
Add a new PanelWidget to lumina-config. This allows the user to add more than 2 panels to each screen, and panels can be removed individually (not just the last one).
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r-- | lumina-config/mainUI.ui | 550 |
1 files changed, 26 insertions, 524 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui index 4be021d8..5625d0a8 100644 --- a/lumina-config/mainUI.ui +++ b/lumina-config/mainUI.ui @@ -381,7 +381,7 @@ <item> <widget class="QTabWidget" name="tabWidget_panels"> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="tab_desktopInterface"> <attribute name="title"> @@ -550,552 +550,54 @@ <attribute name="title"> <string>Panels</string> </attribute> - <layout class="QGridLayout" name="gridLayout_panels" rowstretch="0,1" columnstretch="0,0"> - <item row="0" column="1"> - <layout class="QHBoxLayout" name="horizontalLayout_9"> + <layout class="QGridLayout" name="gridLayout_panels" rowstretch="0" columnstretch="0,0"> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout_5"> <item> - <widget class="QToolButton" name="tool_panel2_add"> + <widget class="QToolButton" name="tool_panels_add"> <property name="text"> <string notr="true">add</string> </property> </widget> </item> <item> - <widget class="QToolButton" name="tool_panel2_rm"> - <property name="text"> - <string notr="true">rem</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_panel2"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Panel #2</string> + <spacer name="verticalSpacer_3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> </property> - </widget> + </spacer> </item> </layout> </item> - <item row="1" column="0"> - <widget class="QToolBox" name="toolBox_panel1"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <property name="midLineWidth"> - <number>2</number> - </property> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="page_panel1_appearance"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>249</width> - <height>215</height> - </rect> - </property> - <attribute name="label"> - <string>Geometry</string> - </attribute> - <layout class="QFormLayout" name="formLayout"> - <property name="fieldGrowthPolicy"> - <enum>QFormLayout::ExpandingFieldsGrow</enum> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Location:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QComboBox" name="combo_panel1_loc"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="6" column="0"> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Custom Color:</string> - </property> - </widget> - </item> - <item row="6" column="1"> - <layout class="QHBoxLayout" name="horizontalLayout_8"> - <item> - <widget class="QLabel" name="label_panel1_sample"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="text"> - <string>Sample</string> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_panel1_getcolor"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="4" column="1"> - <widget class="QCheckBox" name="check_panel1_hidepanel"> - <property name="text"> - <string>Auto-hide Panel </string> - </property> - </widget> - </item> - <item row="5" column="1"> - <widget class="QCheckBox" name="check_panel1_usetheme"> - <property name="text"> - <string>Follow Theme</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="1"> - <layout class="QVBoxLayout" name="verticalLayout_11"> - <item> - <widget class="QSpinBox" name="spin_panel1_size"> - <property name="suffix"> - <string> pixels thick</string> - </property> - <property name="maximum"> - <number>500</number> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spin_panel1_length"> - <property name="suffix"> - <string>% length</string> - </property> - <property name="minimum"> - <number>1</number> - </property> - <property name="maximum"> - <number>100</number> - </property> - <property name="value"> - <number>100</number> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Size:</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QLabel" name="label_30"> - <property name="text"> - <string>Alignment:</string> - </property> - </widget> - </item> - <item row="3" column="1"> - <widget class="QComboBox" name="combo_panel1_align"/> - </item> - </layout> - </widget> - <widget class="QWidget" name="page_panel1_plugins"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>197</width> - <height>117</height> - </rect> - </property> - <attribute name="label"> - <string>Plugins</string> - </attribute> - <layout class="QVBoxLayout" name="verticalLayout_5"> - <item> - <widget class="QListWidget" name="list_panel1_plugins"> - <property name="iconSize"> - <size> - <width>16</width> - <height>16</height> - </size> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_7"> - <item> - <widget class="QToolButton" name="tool_panel1_addplugin"> - <property name="text"> - <string notr="true">add</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_panel1_rmplugin"> - <property name="text"> - <string notr="true">rem</string> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer_5"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>10</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="tool_panel1_upplug"> - <property name="text"> - <string notr="true">up</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_panel1_dnplug"> - <property name="text"> - <string notr="true">dn</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </widget> - </item> - <item row="1" column="1"> - <widget class="QToolBox" name="toolBox_panel2"> - <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <property name="lineWidth"> - <number>1</number> + <item row="0" column="1"> + <widget class="QScrollArea" name="scroll_panels"> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> </property> - <property name="midLineWidth"> - <number>2</number> + <property name="widgetResizable"> + <bool>true</bool> </property> - <property name="currentIndex"> - <number>0</number> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> - <widget class="QWidget" name="page_panel2_appearance"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>249</width> - <height>209</height> - </rect> - </property> - <attribute name="label"> - <string>Geometry</string> - </attribute> - <layout class="QFormLayout" name="formLayout_2"> - <property name="fieldGrowthPolicy"> - <enum>QFormLayout::ExpandingFieldsGrow</enum> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="label_7"> - <property name="text"> - <string>Location:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QComboBox" name="combo_panel2_loc"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QLabel" name="label_9"> - <property name="text"> - <string>Custom Color:</string> - </property> - </widget> - </item> - <item row="5" column="1"> - <layout class="QHBoxLayout" name="horizontalLayout_10"> - <item> - <widget class="QLabel" name="label_panel2_sample"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="text"> - <string>Sample</string> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_panel2_getcolor"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="3" column="1"> - <widget class="QCheckBox" name="check_panel2_hidepanel"> - <property name="text"> - <string>Auto-hide Panel </string> - </property> - </widget> - </item> - <item row="4" column="1"> - <widget class="QCheckBox" name="check_panel2_usetheme"> - <property name="text"> - <string>Follow Theme</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="1"> - <layout class="QVBoxLayout" name="verticalLayout_20"> - <item> - <widget class="QSpinBox" name="spin_panel2_size"> - <property name="suffix"> - <string> pixels thick</string> - </property> - <property name="maximum"> - <number>500</number> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spin_panel2_length"> - <property name="suffix"> - <string>% length</string> - </property> - <property name="minimum"> - <number>1</number> - </property> - <property name="maximum"> - <number>100</number> - </property> - <property name="value"> - <number>100</number> - </property> - </widget> - </item> - </layout> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_8"> - <property name="text"> - <string>Size:</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_31"> - <property name="text"> - <string>Alignment:</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QComboBox" name="combo_panel2_align"/> - </item> - </layout> - </widget> - <widget class="QWidget" name="page_panel2_plugins"> + <widget class="QWidget" name="scrollAreaWidgetContents_2"> <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>197</width> - <height>117</height> + <width>487</width> + <height>263</height> </rect> </property> - <attribute name="label"> - <string>Plugins</string> - </attribute> - <layout class="QVBoxLayout" name="verticalLayout_7"> - <item> - <widget class="QListWidget" name="list_panel2_plugins"> - <property name="iconSize"> - <size> - <width>16</width> - <height>16</height> - </size> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_11"> - <item> - <widget class="QToolButton" name="tool_panel2_addplugin"> - <property name="text"> - <string notr="true">add</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_panel2_rmplugin"> - <property name="text"> - <string notr="true">rem</string> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer_6"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>10</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="tool_panel2_upplug"> - <property name="text"> - <string notr="true">up</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_panel2_dnplug"> - <property name="text"> - <string notr="true">dn</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> </widget> </widget> </item> - <item row="0" column="0"> - <layout class="QHBoxLayout" name="horizontalLayout_6"> - <item> - <widget class="QToolButton" name="tool_panel1_add"> - <property name="text"> - <string notr="true">add</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_panel1_rm"> - <property name="text"> - <string notr="true">rem</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_panel1"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Panel #1</string> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - </layout> - </item> </layout> </widget> </widget> @@ -1883,7 +1385,7 @@ <x>0</x> <y>0</y> <width>129</width> - <height>16</height> + <height>28</height> </rect> </property> <property name="sizePolicy"> |