Mercurial > hg > Feedworm
view Ui_Preferences.ui @ 220:e079faa547b8 python3
close the python3 branch - it does not contain any work worth kepping
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 22 May 2014 04:52:57 +0200 |
parents | 48d1d7bba548 |
children | c17a224bc251 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Preferences</class> <widget class="QDialog" name="Preferences"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>390</width> <height>247</height> </rect> </property> <property name="windowTitle"> <string>Preferences</string> </property> <property name="windowIcon"> <iconset resource="Feedworm.qrc"> <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> </property> <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> <x>10</x> <y>210</y> <width>160</width> <height>27</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> <widget class="QCheckBox" name="startMaximized"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>141</width> <height>22</height> </rect> </property> <property name="text"> <string>Start maximized</string> </property> </widget> <widget class="QCheckBox" name="hideReadFeedEntries"> <property name="geometry"> <rect> <x>10</x> <y>70</y> <width>171</width> <height>22</height> </rect> </property> <property name="text"> <string>Hide read feed entries</string> </property> </widget> <widget class="QCheckBox" name="showOnlyUnreadFeeds"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>301</width> <height>22</height> </rect> </property> <property name="text"> <string>Show only feeds that have unread entries</string> </property> </widget> <widget class="QGroupBox" name="groupBox"> <property name="geometry"> <rect> <x>10</x> <y>100</y> <width>353</width> <height>96</height> </rect> </property> <property name="title"> <string>Web Proxy</string> </property> <widget class="QWidget" name=""> <property name="geometry"> <rect> <x>6</x> <y>18</y> <width>336</width> <height>71</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Port</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="proxyHost"/> </item> <item row="1" column="1"> <widget class="QLineEdit" name="proxyPort"/> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Host</string> </property> </widget> </item> </layout> </widget> </widget> </widget> <resources> <include location="Feedworm.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Preferences</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>Preferences</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>startMaximized</sender> <signal>stateChanged(int)</signal> <receiver>Preferences</receiver> <slot>startMaximizedChanged()</slot> <hints> <hint type="sourcelabel"> <x>80</x> <y>20</y> </hint> <hint type="destinationlabel"> <x>199</x> <y>149</y> </hint> </hints> </connection> <connection> <sender>hideReadFeedEntries</sender> <signal>stateChanged(int)</signal> <receiver>Preferences</receiver> <slot>hideReadFeedEntriesChanged()</slot> <hints> <hint type="sourcelabel"> <x>95</x> <y>50</y> </hint> <hint type="destinationlabel"> <x>199</x> <y>149</y> </hint> </hints> </connection> <connection> <sender>showOnlyUnreadFeeds</sender> <signal>stateChanged(int)</signal> <receiver>Preferences</receiver> <slot>showOnlyFeedsWithUnreadEntries()</slot> <hints> <hint type="sourcelabel"> <x>160</x> <y>50</y> </hint> <hint type="destinationlabel"> <x>199</x> <y>75</y> </hint> </hints> </connection> </connections> <slots> <slot>startMaximizedChanged()</slot> <slot>hideReadFeedEntriesChanged()</slot> <slot>showOnlyFeedsWithUnreadEntries()</slot> </slots> </ui>