<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CConfigPage</class> <widget class="QDialog" name="CConfigPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1423</width> <height>509</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <widget class="QTableWidget" name="mConfigTable"> <property name="geometry"> <rect> <x>10</x> <y>150</y> <width>1201</width> <height>331</height> </rect> </property> </widget> <widget class="QLineEdit" name="mSrcDirLineEdit"> <property name="geometry"> <rect> <x>150</x> <y>59</y> <width>561</width> <height>20</height> </rect> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>10</x> <y>60</y> <width>131</width> <height>16</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>Répertoire source:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> <widget class="QPushButton" name="mSaveBtn"> <property name="geometry"> <rect> <x>1300</x> <y>450</y> <width>81</width> <height>22</height> </rect> </property> <property name="text"> <string>Sauvegarder</string> </property> </widget> <widget class="QPushButton" name="mCancelBtn"> <property name="geometry"> <rect> <x>1220</x> <y>450</y> <width>81</width> <height>22</height> </rect> </property> <property name="text"> <string>Annuler</string> </property> </widget> <widget class="QPushButton" name="mAddFilterBtn"> <property name="geometry"> <rect> <x>1220</x> <y>150</y> <width>81</width> <height>22</height> </rect> </property> <property name="text"> <string>Ajouter Filtre</string> </property> </widget> <widget class="QPushButton" name="mDeleteFilterBtn"> <property name="geometry"> <rect> <x>1220</x> <y>180</y> <width>81</width> <height>22</height> </rect> </property> <property name="text"> <string>Supprimer</string> </property> </widget> <widget class="QPushButton" name="mCopyFilterBtn"> <property name="geometry"> <rect> <x>1220</x> <y>220</y> <width>81</width> <height>22</height> </rect> </property> <property name="text"> <string>Copier</string> </property> </widget> </widget> <resources/> <connections/> </ui>