dial_vol.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>vol_fenetre</class>
  4. <widget class="QDialog" name="vol_fenetre">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>196</width>
  13. <height>71</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>196</width>
  19. <height>71</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>196</width>
  25. <height>71</height>
  26. </size>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <family>Verdana</family>
  31. </font>
  32. </property>
  33. <property name="windowTitle">
  34. <string>Vol</string>
  35. </property>
  36. <widget class="DmSpinBox" name="vol_valeur">
  37. <property name="geometry">
  38. <rect>
  39. <x>20</x>
  40. <y>10</y>
  41. <width>101</width>
  42. <height>51</height>
  43. </rect>
  44. </property>
  45. <property name="font">
  46. <font>
  47. <pointsize>18</pointsize>
  48. </font>
  49. </property>
  50. </widget>
  51. <widget class="QToolButton" name="vol_ok">
  52. <property name="geometry">
  53. <rect>
  54. <x>130</x>
  55. <y>10</y>
  56. <width>51</width>
  57. <height>51</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string/>
  62. </property>
  63. <property name="icon">
  64. <iconset resource="ressource.qrc">
  65. <normaloff>:/interface/32/ressource/oiseau_32.png</normaloff>:/interface/32/ressource/oiseau_32.png</iconset>
  66. </property>
  67. <property name="iconSize">
  68. <size>
  69. <width>32</width>
  70. <height>32</height>
  71. </size>
  72. </property>
  73. </widget>
  74. </widget>
  75. <customwidgets>
  76. <customwidget>
  77. <class>DmSpinBox</class>
  78. <extends>QSpinBox</extends>
  79. <header>dm.h</header>
  80. </customwidget>
  81. </customwidgets>
  82. <resources>
  83. <include location="ressource.qrc"/>
  84. </resources>
  85. <connections/>
  86. </ui>