dial_saisie.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>saisi_fenetre</class>
  4. <widget class="QDialog" name="saisi_fenetre">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>400</width>
  13. <height>112</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>400</width>
  19. <height>112</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>400</width>
  25. <height>112</height>
  26. </size>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <family>Verdana</family>
  31. <pointsize>9</pointsize>
  32. </font>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Saisie</string>
  36. </property>
  37. <widget class="QLabel" name="saisi_txt">
  38. <property name="geometry">
  39. <rect>
  40. <x>20</x>
  41. <y>0</y>
  42. <width>361</width>
  43. <height>31</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>Saisir le texte : </string>
  48. </property>
  49. <property name="alignment">
  50. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  51. </property>
  52. <property name="wordWrap">
  53. <bool>true</bool>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="saisi_annuler">
  57. <property name="geometry">
  58. <rect>
  59. <x>40</x>
  60. <y>70</y>
  61. <width>141</width>
  62. <height>31</height>
  63. </rect>
  64. </property>
  65. <property name="font">
  66. <font>
  67. <pointsize>10</pointsize>
  68. </font>
  69. </property>
  70. <property name="text">
  71. <string>Annuler</string>
  72. </property>
  73. <property name="autoDefault">
  74. <bool>false</bool>
  75. </property>
  76. </widget>
  77. <widget class="QPushButton" name="saisi_ok">
  78. <property name="geometry">
  79. <rect>
  80. <x>220</x>
  81. <y>70</y>
  82. <width>141</width>
  83. <height>31</height>
  84. </rect>
  85. </property>
  86. <property name="font">
  87. <font>
  88. <pointsize>10</pointsize>
  89. <weight>50</weight>
  90. <bold>false</bold>
  91. </font>
  92. </property>
  93. <property name="text">
  94. <string>Valider</string>
  95. </property>
  96. <property name="autoDefault">
  97. <bool>false</bool>
  98. </property>
  99. <property name="default">
  100. <bool>true</bool>
  101. </property>
  102. </widget>
  103. <widget class="QLineEdit" name="saisi_reponse">
  104. <property name="geometry">
  105. <rect>
  106. <x>20</x>
  107. <y>30</y>
  108. <width>361</width>
  109. <height>31</height>
  110. </rect>
  111. </property>
  112. <property name="palette">
  113. <palette>
  114. <active>
  115. <colorrole role="Base">
  116. <brush brushstyle="SolidPattern">
  117. <color alpha="255">
  118. <red>249</red>
  119. <green>249</green>
  120. <blue>249</blue>
  121. </color>
  122. </brush>
  123. </colorrole>
  124. </active>
  125. <inactive>
  126. <colorrole role="Base">
  127. <brush brushstyle="SolidPattern">
  128. <color alpha="255">
  129. <red>249</red>
  130. <green>249</green>
  131. <blue>249</blue>
  132. </color>
  133. </brush>
  134. </colorrole>
  135. </inactive>
  136. <disabled>
  137. <colorrole role="Base">
  138. <brush brushstyle="SolidPattern">
  139. <color alpha="255">
  140. <red>240</red>
  141. <green>240</green>
  142. <blue>240</blue>
  143. </color>
  144. </brush>
  145. </colorrole>
  146. </disabled>
  147. </palette>
  148. </property>
  149. </widget>
  150. </widget>
  151. <resources/>
  152. <connections/>
  153. </ui>