| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>saisi_fenetre</class>
- <widget class="QDialog" name="saisi_fenetre">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>112</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>400</width>
- <height>112</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>400</width>
- <height>112</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- <pointsize>9</pointsize>
- </font>
- </property>
- <property name="windowTitle">
- <string>Saisie</string>
- </property>
- <widget class="QLabel" name="saisi_txt">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>0</y>
- <width>361</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Saisir le texte : </string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="saisi_annuler">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>70</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Annuler</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="saisi_ok">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>70</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- <weight>50</weight>
- <bold>false</bold>
- </font>
- </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="QLineEdit" name="saisi_reponse">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>361</width>
- <height>31</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</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>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|