48
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <ui version="4.0">
|
|
3 <class>FeedSettings</class>
|
|
4 <widget class="QDialog" name="FeedSettings">
|
|
5 <property name="geometry">
|
|
6 <rect>
|
|
7 <x>0</x>
|
|
8 <y>0</y>
|
|
9 <width>400</width>
|
|
10 <height>300</height>
|
|
11 </rect>
|
|
12 </property>
|
|
13 <property name="windowTitle">
|
|
14 <string>Dialog</string>
|
|
15 </property>
|
|
16 <widget class="QDialogButtonBox" name="buttonBox">
|
|
17 <property name="geometry">
|
|
18 <rect>
|
|
19 <x>30</x>
|
|
20 <y>240</y>
|
|
21 <width>341</width>
|
|
22 <height>32</height>
|
|
23 </rect>
|
|
24 </property>
|
|
25 <property name="orientation">
|
|
26 <enum>Qt::Horizontal</enum>
|
|
27 </property>
|
|
28 <property name="standardButtons">
|
|
29 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
30 </property>
|
|
31 </widget>
|
|
32 <widget class="QCheckBox" name="autoLoadArticle">
|
|
33 <property name="geometry">
|
|
34 <rect>
|
|
35 <x>10</x>
|
|
36 <y>10</y>
|
|
37 <width>331</width>
|
|
38 <height>22</height>
|
|
39 </rect>
|
|
40 </property>
|
|
41 <property name="text">
|
|
42 <string>load article's url instead of displaying summary</string>
|
|
43 </property>
|
|
44 </widget>
|
|
45 </widget>
|
|
46 <resources/>
|
|
47 <connections>
|
|
48 <connection>
|
|
49 <sender>buttonBox</sender>
|
|
50 <signal>accepted()</signal>
|
|
51 <receiver>FeedSettings</receiver>
|
|
52 <slot>accept()</slot>
|
|
53 <hints>
|
|
54 <hint type="sourcelabel">
|
|
55 <x>248</x>
|
|
56 <y>254</y>
|
|
57 </hint>
|
|
58 <hint type="destinationlabel">
|
|
59 <x>157</x>
|
|
60 <y>274</y>
|
|
61 </hint>
|
|
62 </hints>
|
|
63 </connection>
|
|
64 <connection>
|
|
65 <sender>buttonBox</sender>
|
|
66 <signal>rejected()</signal>
|
|
67 <receiver>FeedSettings</receiver>
|
|
68 <slot>reject()</slot>
|
|
69 <hints>
|
|
70 <hint type="sourcelabel">
|
|
71 <x>316</x>
|
|
72 <y>260</y>
|
|
73 </hint>
|
|
74 <hint type="destinationlabel">
|
|
75 <x>286</x>
|
|
76 <y>274</y>
|
|
77 </hint>
|
|
78 </hints>
|
|
79 </connection>
|
|
80 <connection>
|
|
81 <sender>autoLoadArticle</sender>
|
|
82 <signal>stateChanged(int)</signal>
|
|
83 <receiver>FeedSettings</receiver>
|
|
84 <slot>autoLoadArticleChanged()</slot>
|
|
85 <hints>
|
|
86 <hint type="sourcelabel">
|
|
87 <x>175</x>
|
|
88 <y>20</y>
|
|
89 </hint>
|
|
90 <hint type="destinationlabel">
|
|
91 <x>199</x>
|
|
92 <y>149</y>
|
|
93 </hint>
|
|
94 </hints>
|
|
95 </connection>
|
|
96 </connections>
|
|
97 <slots>
|
|
98 <slot>autoLoadArticleChanged()</slot>
|
|
99 </slots>
|
|
100 </ui>
|