userdatarequest.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>UserDataRequest</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>UserDataRequest</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>216</width>
  12. <height>103</height>
  13. </rect>
  14. </property>
  15. <property name="caption">
  16. <string>Authentication credentials required</string>
  17. </property>
  18. <property name="sizeGripEnabled">
  19. <bool>true</bool>
  20. </property>
  21. <vbox>
  22. <property name="name">
  23. <cstring>unnamed</cstring>
  24. </property>
  25. <widget class="QLabel">
  26. <property name="name">
  27. <cstring>queryInfo</cstring>
  28. </property>
  29. <property name="text">
  30. <string></string>
  31. </property>
  32. </widget>
  33. <widget class="QLayoutWidget">
  34. <property name="name">
  35. <cstring>layout28</cstring>
  36. </property>
  37. <hbox>
  38. <property name="name">
  39. <cstring>unnamed</cstring>
  40. </property>
  41. <widget class="QLabel">
  42. <property name="name">
  43. <cstring>queryField</cstring>
  44. </property>
  45. <property name="text">
  46. <string></string>
  47. </property>
  48. </widget>
  49. <widget class="QLineEdit">
  50. <property name="name">
  51. <cstring>queryEdit</cstring>
  52. </property>
  53. <property name="enabled">
  54. <bool>true</bool>
  55. </property>
  56. <property name="echoMode">
  57. <enum>Password</enum>
  58. </property>
  59. </widget>
  60. </hbox>
  61. </widget>
  62. <widget class="QLayoutWidget">
  63. <property name="name">
  64. <cstring>layout27</cstring>
  65. </property>
  66. <hbox>
  67. <property name="name">
  68. <cstring>unnamed</cstring>
  69. </property>
  70. <spacer>
  71. <property name="name">
  72. <cstring>spacer4</cstring>
  73. </property>
  74. <property name="orientation">
  75. <enum>Horizontal</enum>
  76. </property>
  77. <property name="sizeType">
  78. <enum>Expanding</enum>
  79. </property>
  80. <property name="sizeHint">
  81. <size>
  82. <width>20</width>
  83. <height>20</height>
  84. </size>
  85. </property>
  86. </spacer>
  87. <widget class="QPushButton">
  88. <property name="name">
  89. <cstring>buttonOk</cstring>
  90. </property>
  91. <property name="text">
  92. <string>&amp;OK</string>
  93. </property>
  94. <property name="accel">
  95. <string></string>
  96. </property>
  97. <property name="autoDefault">
  98. <bool>true</bool>
  99. </property>
  100. <property name="default">
  101. <bool>true</bool>
  102. </property>
  103. </widget>
  104. <widget class="QPushButton">
  105. <property name="name">
  106. <cstring>buttonCancel</cstring>
  107. </property>
  108. <property name="text">
  109. <string>&amp;Cancel</string>
  110. </property>
  111. <property name="accel">
  112. <string></string>
  113. </property>
  114. <property name="autoDefault">
  115. <bool>true</bool>
  116. </property>
  117. </widget>
  118. </hbox>
  119. </widget>
  120. </vbox>
  121. </widget>
  122. <connections>
  123. <connection>
  124. <sender>buttonOk</sender>
  125. <signal>clicked()</signal>
  126. <receiver>UserDataRequest</receiver>
  127. <slot>sendReply()</slot>
  128. </connection>
  129. <connection>
  130. <sender>buttonCancel</sender>
  131. <signal>clicked()</signal>
  132. <receiver>UserDataRequest</receiver>
  133. <slot>reject()</slot>
  134. </connection>
  135. <connection>
  136. <sender>queryEdit</sender>
  137. <signal>returnPressed()</signal>
  138. <receiver>UserDataRequest</receiver>
  139. <slot>sendReply()</slot>
  140. </connection>
  141. </connections>
  142. <includes>
  143. <include location="local" impldecl="in implementation">wpa_ctrl.h</include>
  144. <include location="local" impldecl="in implementation">wpagui.h</include>
  145. <include location="local" impldecl="in implementation">userdatarequest.ui.h</include>
  146. </includes>
  147. <forwards>
  148. <forward>class WpaGui;</forward>
  149. </forwards>
  150. <variables>
  151. <variable access="private">WpaGui *wpagui;</variable>
  152. <variable access="private">int networkid;</variable>
  153. <variable access="private">QString field;</variable>
  154. </variables>
  155. <slots>
  156. <slot>sendReply()</slot>
  157. </slots>
  158. <functions>
  159. <function specifier="non virtual" returnType="int">setParams( WpaGui * _wpagui, const char * reqMsg )</function>
  160. </functions>
  161. <pixmapinproject/>
  162. <layoutdefaults spacing="6" margin="11"/>
  163. </UI>