newsdlg.ui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <ui version="4.0" >
  2. <class>NewsDialog</class>
  3. <widget class="QDialog" name="NewsDialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>427</width>
  9. <height>424</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>TIGCC/*nix News</string>
  14. </property>
  15. <layout class="QVBoxLayout" >
  16. <item>
  17. <widget class="KPushButton" name="proxySettingsButton" >
  18. <property name="text" >
  19. <string>Change KDE HTTP &amp;proxy settings...</string>
  20. </property>
  21. <property name="shortcut" >
  22. <string>Alt+P</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="K3ListBox" name="newsListBox" >
  28. <property name="selectionMode" >
  29. <enum>Q3ListBox::Single</enum>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <layout class="QHBoxLayout" >
  35. <property name="leftMargin" >
  36. <number>0</number>
  37. </property>
  38. <property name="topMargin" >
  39. <number>0</number>
  40. </property>
  41. <property name="rightMargin" >
  42. <number>0</number>
  43. </property>
  44. <property name="bottomMargin" >
  45. <number>0</number>
  46. </property>
  47. <item>
  48. <widget class="KPushButton" name="refreshButton" >
  49. <property name="text" >
  50. <string>&amp;Refresh</string>
  51. </property>
  52. <property name="shortcut" >
  53. <string>Alt+R</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class="KPushButton" name="visitButton" >
  59. <property name="text" >
  60. <string>&amp;Visit</string>
  61. </property>
  62. <property name="shortcut" >
  63. <string>Alt+V</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <spacer>
  69. <property name="orientation" >
  70. <enum>Qt::Horizontal</enum>
  71. </property>
  72. <property name="sizeType" >
  73. <enum>QSizePolicy::Expanding</enum>
  74. </property>
  75. <property name="sizeHint" >
  76. <size>
  77. <width>101</width>
  78. <height>20</height>
  79. </size>
  80. </property>
  81. </spacer>
  82. </item>
  83. <item>
  84. <widget class="KPushButton" name="closeButton" >
  85. <property name="text" >
  86. <string>&amp;Close</string>
  87. </property>
  88. <property name="shortcut" >
  89. <string>Alt+C</string>
  90. </property>
  91. </widget>
  92. </item>
  93. </layout>
  94. </item>
  95. </layout>
  96. </widget>
  97. <layoutdefault spacing="6" margin="11" />
  98. <customwidgets>
  99. <customwidget>
  100. <class>KPushButton</class>
  101. <extends>QPushButton</extends>
  102. <header>kpushbutton.h</header>
  103. </customwidget>
  104. <customwidget>
  105. <class>K3ListBox</class>
  106. <extends>Q3ListBox</extends>
  107. <header>k3listbox.h</header>
  108. </customwidget>
  109. </customwidgets>
  110. <includes>
  111. <include location="local" >kpushbutton.h</include>
  112. <include location="local" >k3listbox.h</include>
  113. <include location="local" >kpushbutton.h</include>
  114. <include location="local" >kpushbutton.h</include>
  115. <include location="local" >kpushbutton.h</include>
  116. </includes>
  117. <resources/>
  118. <connections>
  119. <connection>
  120. <sender>proxySettingsButton</sender>
  121. <signal>clicked()</signal>
  122. <receiver>NewsDialog</receiver>
  123. <slot>proxySettingsButton_clicked()</slot>
  124. <hints>
  125. <hint type="sourcelabel" >
  126. <x>20</x>
  127. <y>20</y>
  128. </hint>
  129. <hint type="destinationlabel" >
  130. <x>20</x>
  131. <y>20</y>
  132. </hint>
  133. </hints>
  134. </connection>
  135. <connection>
  136. <sender>refreshButton</sender>
  137. <signal>clicked()</signal>
  138. <receiver>NewsDialog</receiver>
  139. <slot>refreshButton_clicked()</slot>
  140. <hints>
  141. <hint type="sourcelabel" >
  142. <x>20</x>
  143. <y>20</y>
  144. </hint>
  145. <hint type="destinationlabel" >
  146. <x>20</x>
  147. <y>20</y>
  148. </hint>
  149. </hints>
  150. </connection>
  151. <connection>
  152. <sender>visitButton</sender>
  153. <signal>clicked()</signal>
  154. <receiver>NewsDialog</receiver>
  155. <slot>visitButton_clicked()</slot>
  156. <hints>
  157. <hint type="sourcelabel" >
  158. <x>20</x>
  159. <y>20</y>
  160. </hint>
  161. <hint type="destinationlabel" >
  162. <x>20</x>
  163. <y>20</y>
  164. </hint>
  165. </hints>
  166. </connection>
  167. <connection>
  168. <sender>closeButton</sender>
  169. <signal>clicked()</signal>
  170. <receiver>NewsDialog</receiver>
  171. <slot>close()</slot>
  172. <hints>
  173. <hint type="sourcelabel" >
  174. <x>20</x>
  175. <y>20</y>
  176. </hint>
  177. <hint type="destinationlabel" >
  178. <x>20</x>
  179. <y>20</y>
  180. </hint>
  181. </hints>
  182. </connection>
  183. </connections>
  184. </ui>