You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CMainWindow</class>
- <widget class="QMainWindow" name="CMainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>927</width>
- <height>610</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>CMainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QGroupBox" name="ReportParamsGroupBx">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>531</width>
- <height>551</height>
- </rect>
- </property>
- <property name="title">
- <string>Paramètres du rapport</string>
- </property>
- </widget>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|