| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>alt_fenetre</class>
- <widget class="QDialog" name="alt_fenetre">
- <property name="windowModality">
- <enum>Qt::WindowModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>196</width>
- <height>71</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>196</width>
- <height>71</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>196</width>
- <height>71</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>Saisir l'altitude</string>
- </property>
- <widget class="DmSpinBox" name="alt_valeur">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>10</y>
- <width>101</width>
- <height>51</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>18</pointsize>
- </font>
- </property>
- <property name="minimum">
- <number>-99</number>
- </property>
- </widget>
- <widget class="QPushButton" name="alt_ok">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>10</y>
- <width>51</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="ressource.qrc">
- <normaloff>:/interface/32/ressource/montagne_32.png</normaloff>:/interface/32/ressource/montagne_32.png</iconset>
- </property>
- <property name="iconSize">
- <size>
- <width>32</width>
- <height>32</height>
- </size>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>DmSpinBox</class>
- <extends>QSpinBox</extends>
- <header>dm.h</header>
- </customwidget>
- </customwidgets>
- <resources>
- <include location="ressource.qrc"/>
- </resources>
- <connections/>
- </ui>
|