diff options
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r-- | src/plugins/cpaster/settingspage.ui | 117 |
1 files changed, 53 insertions, 64 deletions
diff --git a/src/plugins/cpaster/settingspage.ui b/src/plugins/cpaster/settingspage.ui index dc0708205c..0ad3e9613b 100644 --- a/src/plugins/cpaster/settingspage.ui +++ b/src/plugins/cpaster/settingspage.ui @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> +<ui version="4.0" > <class>CodePaster::SettingsPage</class> - <widget class="QWidget" name="CodePaster::SettingsPage"> - <property name="geometry"> + <widget class="QWidget" name="CodePaster::SettingsPage" > + <property name="geometry" > <rect> <x>0</x> <y>0</y> @@ -10,73 +10,62 @@ <height>258</height> </rect> </property> - <layout class="QFormLayout" name="formLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>CodePaster Server:</string> + <layout class="QVBoxLayout" name="verticalLayout" > + <item> + <widget class="QGroupBox" name="groupBox" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Maximum" hsizetype="Preferred" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="serverEdit"/> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Username:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="userEdit"/> - </item> - <item row="2" column="0"> - <spacer name="horizontalSpacer"> - <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 row="2" column="1"> - <widget class="QCheckBox" name="clipboardBox"> - <property name="text"> - <string>Copy Paste URL to clipboard</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <spacer name="horizontalSpacer_2"> - <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 row="3" column="1"> - <widget class="QCheckBox" name="displayBox"> - <property name="text"> - <string>Display Output Pane after sending a post</string> + <property name="title" > + <string>General</string> </property> + <layout class="QFormLayout" name="formLayout" > + <item row="0" column="0" > + <widget class="QLabel" name="label" > + <property name="text" > + <string>CodePaster Server:</string> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLineEdit" name="serverEdit" /> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>Username:</string> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QLineEdit" name="userEdit" /> + </item> + <item row="2" column="1" > + <widget class="QCheckBox" name="clipboardBox" > + <property name="text" > + <string>Copy Paste URL to clipboard</string> + </property> + </widget> + </item> + <item row="3" column="1" > + <widget class="QCheckBox" name="displayBox" > + <property name="text" > + <string>Display Output Pane after sending a post</string> + </property> + </widget> + </item> + </layout> </widget> </item> - <item row="4" column="0" colspan="2"> - <spacer name="verticalSpacer"> - <property name="orientation"> + <item> + <spacer name="verticalSpacer" > + <property name="orientation" > <enum>Qt::Vertical</enum> </property> - <property name="sizeHint" stdset="0"> + <property name="sizeHint" stdset="0" > <size> <width>223</width> <height>100</height> |