dial_altitude.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>alt_fenetre</class>
  4. <widget class="QDialog" name="alt_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>Saisir l'altitude</string>
  35. </property>
  36. <widget class="DmSpinBox" name="alt_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. <property name="minimum">
  51. <number>-99</number>
  52. </property>
  53. </widget>
  54. <widget class="QPushButton" name="alt_ok">
  55. <property name="geometry">
  56. <rect>
  57. <x>130</x>
  58. <y>10</y>
  59. <width>51</width>
  60. <height>51</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. <property name="icon">
  67. <iconset resource="ressource.qrc">
  68. <normaloff>:/interface/32/ressource/montagne_32.png</normaloff>:/interface/32/ressource/montagne_32.png</iconset>
  69. </property>
  70. <property name="iconSize">
  71. <size>
  72. <width>32</width>
  73. <height>32</height>
  74. </size>
  75. </property>
  76. <property name="default">
  77. <bool>true</bool>
  78. </property>
  79. </widget>
  80. </widget>
  81. <customwidgets>
  82. <customwidget>
  83. <class>DmSpinBox</class>
  84. <extends>QSpinBox</extends>
  85. <header>dm.h</header>
  86. </customwidget>
  87. </customwidgets>
  88. <resources>
  89. <include location="ressource.qrc"/>
  90. </resources>
  91. <connections/>
  92. </ui>