userdatarequest.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <ui version="4.0" stdsetdef="1" >
  2. <author></author>
  3. <comment></comment>
  4. <exportmacro></exportmacro>
  5. <class>UserDataRequest</class>
  6. <widget class="QDialog" name="UserDataRequest" >
  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="windowTitle" >
  16. <string>Authentication credentials required</string>
  17. </property>
  18. <property name="sizeGripEnabled" >
  19. <bool>true</bool>
  20. </property>
  21. <layout class="QVBoxLayout" >
  22. <item>
  23. <widget class="QLabel" name="queryInfo" >
  24. <property name="text" >
  25. <string/>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <layout class="QHBoxLayout" >
  31. <property name="margin" >
  32. <number>0</number>
  33. </property>
  34. <item>
  35. <widget class="QLabel" name="queryField" >
  36. <property name="text" >
  37. <string/>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <widget class="QLineEdit" name="queryEdit" >
  43. <property name="enabled" >
  44. <bool>true</bool>
  45. </property>
  46. <property name="echoMode" >
  47. <enum>QLineEdit::Password</enum>
  48. </property>
  49. </widget>
  50. </item>
  51. </layout>
  52. </item>
  53. <item>
  54. <layout class="QHBoxLayout" >
  55. <property name="margin" >
  56. <number>0</number>
  57. </property>
  58. <item>
  59. <spacer name="spacer4" >
  60. <property name="sizeHint" >
  61. <size>
  62. <width>20</width>
  63. <height>20</height>
  64. </size>
  65. </property>
  66. <property name="sizeType" >
  67. <enum>Expanding</enum>
  68. </property>
  69. <property name="orientation" >
  70. <enum>Horizontal</enum>
  71. </property>
  72. </spacer>
  73. </item>
  74. <item>
  75. <widget class="QPushButton" name="buttonOk" >
  76. <property name="text" >
  77. <string>&amp;OK</string>
  78. </property>
  79. <property name="shortcut" >
  80. <string/>
  81. </property>
  82. <property name="autoDefault" >
  83. <bool>true</bool>
  84. </property>
  85. <property name="default" >
  86. <bool>true</bool>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <widget class="QPushButton" name="buttonCancel" >
  92. <property name="text" >
  93. <string>&amp;Cancel</string>
  94. </property>
  95. <property name="shortcut" >
  96. <string/>
  97. </property>
  98. <property name="autoDefault" >
  99. <bool>true</bool>
  100. </property>
  101. </widget>
  102. </item>
  103. </layout>
  104. </item>
  105. </layout>
  106. </widget>
  107. <layoutdefault spacing="6" margin="11" />
  108. <pixmapfunction></pixmapfunction>
  109. </ui>