aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/pastebindotcomsettings.ui
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2011-02-25 16:27:17 +0100
committerLeandro Melo <leandro.melo@nokia.com>2011-02-25 16:29:35 +0100
commit561f87fcb9d58aaccbccd424417e71b79798ff6b (patch)
treec44ef1a3536bb59465156b646cf1feeb9fdd4106 /src/plugins/cpaster/pastebindotcomsettings.ui
parentaeb8c352eef3bfb7d89caa634e8e0a1f920a53a3 (diff)
Make our options dialog a bit more uniform
In terms of buttons, layouts, aesthetics in general.
Diffstat (limited to 'src/plugins/cpaster/pastebindotcomsettings.ui')
-rw-r--r--src/plugins/cpaster/pastebindotcomsettings.ui41
1 files changed, 23 insertions, 18 deletions
diff --git a/src/plugins/cpaster/pastebindotcomsettings.ui b/src/plugins/cpaster/pastebindotcomsettings.ui
index 73844e4d5e..c399812251 100644
--- a/src/plugins/cpaster/pastebindotcomsettings.ui
+++ b/src/plugins/cpaster/pastebindotcomsettings.ui
@@ -15,21 +15,11 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
- <layout class="QFormLayout" name="formLayout">
- <property name="fieldGrowthPolicy">
- <enum>QFormLayout::ExpandingFieldsGrow</enum>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>&lt;a href=&quot;http://pastebin.com&quot;&gt;pastebin.com&lt;/a&gt; allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.</string>
</property>
- <item row="0" column="1">
- <widget class="QLineEdit" name="lineEdit"/>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="serverPrefix">
- <property name="text">
- <string>Server prefix:</string>
- </property>
- </widget>
- </item>
- </layout>
+ </widget>
</item>
<item>
<spacer name="explanatoryTextSpacer">
@@ -42,17 +32,32 @@
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
- <height>30</height>
+ <height>5</height>
</size>
</property>
</spacer>
</item>
<item>
+ <layout class="QFormLayout" name="formLayout">
+ <property name="fieldGrowthPolicy">
+ <enum>QFormLayout::ExpandingFieldsGrow</enum>
+ </property>
+ <item row="0" column="0">
+ <widget class="QLabel" name="serverPrefix">
+ <property name="text">
+ <string>Server prefix:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="lineEdit"/>
+ </item>
+ </layout>
+ </item>
+ <item>
<widget class="QLabel" name="explanatoryTextLabel">
<property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
-&lt;p&gt;&lt;a href=&quot;http://pastebin.com&quot;&gt;pastebin.com&lt;/a&gt; allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.&lt;/p&gt;
-&lt;p&gt;Note that the plugin will use this for posting as well as fetching.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;i&gt;Note: The plugin will use this for posting as well as fetching.&lt;/i&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>