| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>zne_fenetre</class>
- <widget class="QDialog" name="zne_fenetre">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>308</width>
- <height>150</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>Attaque de zone</string>
- </property>
- <widget class="QSpinBox" name="zne_rayon">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>60</y>
- <width>51</width>
- <height>31</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </inactive>
- <disabled>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </disabled>
- </palette>
- </property>
- <property name="font">
- <font>
- <pointsize>9</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- </widget>
- <widget class="QComboBox" name="zne_forme">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>10</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string> Ligne</string>
- </property>
- <property name="icon">
- <iconset resource="../../../../old/DMonde20150908/lib/ui/ressource.qrc">
- <normaloff>:/interface/16/ressource/ligne_16.png</normaloff>:/interface/16/ressource/ligne_16.png</iconset>
- </property>
- </item>
- <item>
- <property name="text">
- <string> Disque</string>
- </property>
- <property name="icon">
- <iconset resource="../../../../old/DMonde20150908/lib/ui/ressource.qrc">
- <normaloff>:/interface/16/ressource/ellipsePleine_16.png</normaloff>:/interface/16/ressource/ellipsePleine_16.png</iconset>
- </property>
- </item>
- <item>
- <property name="text">
- <string> Cône</string>
- </property>
- <property name="icon">
- <iconset resource="../../../../old/DMonde20150908/lib/ui/ressource.qrc">
- <normaloff>:/interface/16/ressource/cone_16.png</normaloff>:/interface/16/ressource/cone_16.png</iconset>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Forme de la zone :</string>
- </property>
- </widget>
- <widget class="QPushButton" name="zne_valider">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>110</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Valider</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="zne_annuler">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>110</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Annuler</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="zne_rayon_lbl">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>60</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Rayon : </string>
- </property>
- </widget>
- <widget class="QSpinBox" name="zne_portee">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>60</y>
- <width>51</width>
- <height>31</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </inactive>
- <disabled>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </disabled>
- </palette>
- </property>
- <property name="font">
- <font>
- <pointsize>9</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>81</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Portée max : </string>
- </property>
- </widget>
- </widget>
- <resources>
- <include location="../../../../old/DMonde20150908/lib/ui/ressource.qrc"/>
- </resources>
- <connections/>
- </ui>
|