summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-13 05:47:42 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-13 05:47:42 (GMT)
commit33646f637e5a34391095731f3dc4918a3537776e (patch)
tree950b615faceb47a2d02279bafbb6cca6139c0ffe /tools
parent2fefb455e7a57f320b043bc4eeab7788a07e3779 (diff)
downloadQt-33646f637e5a34391095731f3dc4918a3537776e.zip
Qt-33646f637e5a34391095731f3dc4918a3537776e.tar.gz
Qt-33646f637e5a34391095731f3dc4918a3537776e.tar.bz2
layout
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlviewer/proxysettings.ui191
1 files changed, 65 insertions, 126 deletions
diff --git a/tools/qmlviewer/proxysettings.ui b/tools/qmlviewer/proxysettings.ui
index 75fad16..84e39fe 100644
--- a/tools/qmlviewer/proxysettings.ui
+++ b/tools/qmlviewer/proxysettings.ui
@@ -6,137 +6,76 @@
<rect>
<x>0</x>
<y>0</y>
- <width>522</width>
- <height>280</height>
+ <width>318</width>
+ <height>199</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>230</y>
- <width>491</width>
- <height>32</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- <widget class="QLineEdit" name="proxyPortEdit">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>96</y>
- <width>363</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="usernameEdit">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>138</y>
- <width>363</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="passwordEdit">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>180</y>
- <width>363</width>
- <height>30</height>
- </rect>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLabel" name="usernameLabel">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>138</y>
- <width>126</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>Username:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="proxyServerEdit">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>54</y>
- <width>363</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QCheckBox" name="proxyCheckBox">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>19</y>
- <width>493</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Use http proxy</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>96</y>
- <width>126</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>Port:</string>
- </property>
- </widget>
- <widget class="QLabel" name="passwordLabel">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>180</y>
- <width>126</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>Password:</string>
- </property>
- </widget>
- <widget class="QLabel" name="serverAddressLabel">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>54</y>
- <width>126</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>Server Address:</string>
- </property>
- </widget>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0" colspan="2">
+ <widget class="QCheckBox" name="proxyCheckBox">
+ <property name="text">
+ <string>Use http proxy</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="serverAddressLabel">
+ <property name="text">
+ <string>Server Address:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QLineEdit" name="proxyServerEdit"/>
+ </item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Port:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QLineEdit" name="proxyPortEdit"/>
+ </item>
+ <item row="3" column="0">
+ <widget class="QLabel" name="usernameLabel">
+ <property name="text">
+ <string>Username:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <widget class="QLineEdit" name="usernameEdit"/>
+ </item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="passwordLabel">
+ <property name="text">
+ <string>Password:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="QLineEdit" name="passwordEdit">
+ <property name="echoMode">
+ <enum>QLineEdit::Password</enum>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" colspan="2">
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
<resources/>
<connections>