| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>dlg_contact</class>
- <widget class="QDialog" name="dlg_contact">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>402</width>
- <height>296</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>402</width>
- <height>296</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>402</width>
- <height>296</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>MnCheck - Contact</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>../icon.png</normaloff>../icon.png</iconset>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>20</y>
- <width>231</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>12</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Manche Numérique 2019</string>
- </property>
- </widget>
- <widget class="QLabel" name="lbl_mn_logo">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap>rsc/mn_logo_mini.png</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="lbl_mail">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>150</y>
- <width>371</width>
- <height>31</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="WindowText">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>0</red>
- <green>0</green>
- <blue>255</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="WindowText">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>0</red>
- <green>0</green>
- <blue>255</blue>
- </color>
- </brush>
- </colorrole>
- </inactive>
- <disabled>
- <colorrole role="WindowText">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>120</red>
- <green>120</green>
- <blue>120</blue>
- </color>
- </brush>
- </colorrole>
- </disabled>
- </palette>
- </property>
- <property name="font">
- <font>
- <underline>true</underline>
- </font>
- </property>
- <property name="text">
- <string>sig@manchenumerique.fr</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="openExternalLinks">
- <bool>true</bool>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>130</y>
- <width>371</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Pour signaler un problème ou suggérer une amélioration:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>200</y>
- <width>361</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>8</pointsize>
- <italic>false</italic>
- </font>
- </property>
- <property name="text">
- <string>Lorsque c'est nécessaire, veuillez joindre à votre courriel le livrable concerné, le(s) fichier(s) de log, et/ou une capture d'écran.</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignJustify|Qt::AlignVCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_open_log_dir">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>260</y>
- <width>191</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Ouvrir l'emplacement des logs</string>
- </property>
- </widget>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>371</width>
- <height>61</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::Box</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Sunken</enum>
- </property>
- <widget class="QLabel" name="lbl_warning_logo">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>41</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap>rsc/warning_16.png</pixmap>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>0</y>
- <width>321</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>MnCheck est fourni sans garantie d'exhaustivité et ne dispense pas l'opérateur de tout contrôle complémentaire qu'il jugerait nécessaire.</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignJustify|Qt::AlignVCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|