Mercurial > hg > Feedworm
comparison Ui_Preferences.ui @ 88:48d1d7bba548
UI for setting the proxy settings
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 18 Nov 2010 12:14:41 +0100 |
parents | e8c2730eb444 |
children | c17a224bc251 |
comparison
equal
deleted
inserted
replaced
87:b8bfd1bd6c55 | 88:48d1d7bba548 |
---|---|
4 <widget class="QDialog" name="Preferences"> | 4 <widget class="QDialog" name="Preferences"> |
5 <property name="geometry"> | 5 <property name="geometry"> |
6 <rect> | 6 <rect> |
7 <x>0</x> | 7 <x>0</x> |
8 <y>0</y> | 8 <y>0</y> |
9 <width>400</width> | 9 <width>390</width> |
10 <height>152</height> | 10 <height>247</height> |
11 </rect> | 11 </rect> |
12 </property> | 12 </property> |
13 <property name="windowTitle"> | 13 <property name="windowTitle"> |
14 <string>Preferences</string> | 14 <string>Preferences</string> |
15 </property> | 15 </property> |
18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> | 18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> |
19 </property> | 19 </property> |
20 <widget class="QDialogButtonBox" name="buttonBox"> | 20 <widget class="QDialogButtonBox" name="buttonBox"> |
21 <property name="geometry"> | 21 <property name="geometry"> |
22 <rect> | 22 <rect> |
23 <x>30</x> | 23 <x>10</x> |
24 <y>110</y> | 24 <y>210</y> |
25 <width>341</width> | 25 <width>160</width> |
26 <height>32</height> | 26 <height>27</height> |
27 </rect> | 27 </rect> |
28 </property> | 28 </property> |
29 <property name="orientation"> | 29 <property name="orientation"> |
30 <enum>Qt::Horizontal</enum> | 30 <enum>Qt::Horizontal</enum> |
31 </property> | 31 </property> |
69 </rect> | 69 </rect> |
70 </property> | 70 </property> |
71 <property name="text"> | 71 <property name="text"> |
72 <string>Show only feeds that have unread entries</string> | 72 <string>Show only feeds that have unread entries</string> |
73 </property> | 73 </property> |
74 </widget> | |
75 <widget class="QGroupBox" name="groupBox"> | |
76 <property name="geometry"> | |
77 <rect> | |
78 <x>10</x> | |
79 <y>100</y> | |
80 <width>353</width> | |
81 <height>96</height> | |
82 </rect> | |
83 </property> | |
84 <property name="title"> | |
85 <string>Web Proxy</string> | |
86 </property> | |
87 <widget class="QWidget" name=""> | |
88 <property name="geometry"> | |
89 <rect> | |
90 <x>6</x> | |
91 <y>18</y> | |
92 <width>336</width> | |
93 <height>71</height> | |
94 </rect> | |
95 </property> | |
96 <layout class="QGridLayout" name="gridLayout"> | |
97 <item row="1" column="0"> | |
98 <widget class="QLabel" name="label_2"> | |
99 <property name="text"> | |
100 <string>Port</string> | |
101 </property> | |
102 </widget> | |
103 </item> | |
104 <item row="0" column="1"> | |
105 <widget class="QLineEdit" name="proxyHost"/> | |
106 </item> | |
107 <item row="1" column="1"> | |
108 <widget class="QLineEdit" name="proxyPort"/> | |
109 </item> | |
110 <item row="0" column="0"> | |
111 <widget class="QLabel" name="label"> | |
112 <property name="text"> | |
113 <string>Host</string> | |
114 </property> | |
115 </widget> | |
116 </item> | |
117 </layout> | |
118 </widget> | |
74 </widget> | 119 </widget> |
75 </widget> | 120 </widget> |
76 <resources> | 121 <resources> |
77 <include location="Feedworm.qrc"/> | 122 <include location="Feedworm.qrc"/> |
78 </resources> | 123 </resources> |