dial_confirmation.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>cfrm_fenetre</class>
  4. <widget class="QDialog" name="cfrm_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>157</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>400</width>
  19. <height>157</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>400</width>
  25. <height>157</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>Confirmation</string>
  36. </property>
  37. <widget class="QLabel" name="cfrm_txt">
  38. <property name="geometry">
  39. <rect>
  40. <x>20</x>
  41. <y>20</y>
  42. <width>361</width>
  43. <height>61</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>texte</string>
  48. </property>
  49. <property name="alignment">
  50. <set>Qt::AlignCenter</set>
  51. </property>
  52. <property name="wordWrap">
  53. <bool>true</bool>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="cfrm_non">
  57. <property name="geometry">
  58. <rect>
  59. <x>40</x>
  60. <y>100</y>
  61. <width>141</width>
  62. <height>41</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>Non</string>
  72. </property>
  73. <property name="autoDefault">
  74. <bool>false</bool>
  75. </property>
  76. </widget>
  77. <widget class="QPushButton" name="cfrm_oui">
  78. <property name="geometry">
  79. <rect>
  80. <x>220</x>
  81. <y>100</y>
  82. <width>141</width>
  83. <height>41</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>Oui</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>
  104. <resources/>
  105. <connections/>
  106. </ui>