newsdlg.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>NewsDialog</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>NewsDialog</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>427</width>
  12. <height>424</height>
  13. </rect>
  14. </property>
  15. <property name="caption">
  16. <string>TIGCC/*nix News</string>
  17. </property>
  18. <vbox>
  19. <property name="name">
  20. <cstring>unnamed</cstring>
  21. </property>
  22. <widget class="KPushButton">
  23. <property name="name">
  24. <cstring>proxySettingsButton</cstring>
  25. </property>
  26. <property name="text">
  27. <string>Change KDE HTTP &amp;proxy settings...</string>
  28. </property>
  29. <property name="accel">
  30. <string>Alt+P</string>
  31. </property>
  32. </widget>
  33. <widget class="KListBox">
  34. <property name="name">
  35. <cstring>newsListBox</cstring>
  36. </property>
  37. <property name="selectionMode">
  38. <enum>NoSelection</enum>
  39. </property>
  40. </widget>
  41. <widget class="QLayoutWidget">
  42. <property name="name">
  43. <cstring>layout2</cstring>
  44. </property>
  45. <hbox>
  46. <property name="name">
  47. <cstring>unnamed</cstring>
  48. </property>
  49. <widget class="KPushButton">
  50. <property name="name">
  51. <cstring>refreshButton</cstring>
  52. </property>
  53. <property name="text">
  54. <string>&amp;Refresh</string>
  55. </property>
  56. <property name="accel">
  57. <string>Alt+R</string>
  58. </property>
  59. </widget>
  60. <widget class="KPushButton">
  61. <property name="name">
  62. <cstring>visitButton</cstring>
  63. </property>
  64. <property name="text">
  65. <string>&amp;Visit</string>
  66. </property>
  67. <property name="accel">
  68. <string>Alt+V</string>
  69. </property>
  70. </widget>
  71. <spacer>
  72. <property name="name">
  73. <cstring>spacer1</cstring>
  74. </property>
  75. <property name="orientation">
  76. <enum>Horizontal</enum>
  77. </property>
  78. <property name="sizeType">
  79. <enum>Expanding</enum>
  80. </property>
  81. <property name="sizeHint">
  82. <size>
  83. <width>101</width>
  84. <height>20</height>
  85. </size>
  86. </property>
  87. </spacer>
  88. <widget class="KPushButton">
  89. <property name="name">
  90. <cstring>closeButton</cstring>
  91. </property>
  92. <property name="text">
  93. <string>&amp;Close</string>
  94. </property>
  95. <property name="accel">
  96. <string>Alt+C</string>
  97. </property>
  98. <property name="stdItem" stdset="0">
  99. <number>13</number>
  100. </property>
  101. </widget>
  102. </hbox>
  103. </widget>
  104. </vbox>
  105. </widget>
  106. <connections>
  107. <connection>
  108. <sender>proxySettingsButton</sender>
  109. <signal>clicked()</signal>
  110. <receiver>NewsDialog</receiver>
  111. <slot>proxySettingsButton_clicked()</slot>
  112. </connection>
  113. <connection>
  114. <sender>refreshButton</sender>
  115. <signal>clicked()</signal>
  116. <receiver>NewsDialog</receiver>
  117. <slot>refreshButton_clicked()</slot>
  118. </connection>
  119. <connection>
  120. <sender>visitButton</sender>
  121. <signal>clicked()</signal>
  122. <receiver>NewsDialog</receiver>
  123. <slot>visitButton_clicked()</slot>
  124. </connection>
  125. <connection>
  126. <sender>closeButton</sender>
  127. <signal>clicked()</signal>
  128. <receiver>NewsDialog</receiver>
  129. <slot>close()</slot>
  130. </connection>
  131. </connections>
  132. <includes>
  133. <include location="local" impldecl="in implementation">newsdlg.ui.h</include>
  134. </includes>
  135. <slots>
  136. <slot>proxySettingsButton_clicked()</slot>
  137. <slot>refreshButton_clicked()</slot>
  138. <slot>visitButton_clicked()</slot>
  139. </slots>
  140. <functions>
  141. <function returnType="bool">loadNews()</function>
  142. </functions>
  143. <pixmapinproject/>
  144. <layoutdefaults spacing="6" margin="11"/>
  145. <includehints>
  146. <includehint>kpushbutton.h</includehint>
  147. <includehint>klistbox.h</includehint>
  148. <includehint>kpushbutton.h</includehint>
  149. <includehint>kpushbutton.h</includehint>
  150. <includehint>kpushbutton.h</includehint>
  151. </includehints>
  152. </UI>