2014-07-11 16:45:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>BorderPropertiesWidget</class>
|
|
|
|
<widget class="QWidget" name="BorderPropertiesWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-03-21 10:43:39 +00:00
|
|
|
<width>480</width>
|
2014-07-11 16:45:18 +00:00
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="border_gb">
|
|
|
|
<property name="title">
|
2015-03-21 10:43:39 +00:00
|
|
|
<string>Dimensions du folio</string>
|
2014-07-11 16:45:18 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QSpinBox" name="m_rows_height_sp">
|
|
|
|
<property name="suffix">
|
|
|
|
<string comment="pixel" extracomment="pixel">px</string>
|
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string>x</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="m_colums_count_sp"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QSpinBox" name="m_columns_width_sp">
|
|
|
|
<property name="suffix">
|
|
|
|
<string comment="pixel" extracomment="pixel">px</string>
|
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string>x</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-11 16:45:18 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Lignes :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QCheckBox" name="m_display_rows_cb">
|
2014-07-11 16:45:18 +00:00
|
|
|
<property name="text">
|
2017-02-27 16:58:05 +00:00
|
|
|
<string>Afficher les en-têtes</string>
|
2014-07-11 16:45:18 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-21 15:29:09 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="m_rows_count_sp"/>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
2014-07-11 16:45:18 +00:00
|
|
|
<property name="text">
|
2017-02-27 16:58:05 +00:00
|
|
|
<string>Colonnes :</string>
|
2014-07-11 16:45:18 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-21 15:29:09 +00:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QCheckBox" name="m_display_columns_cb">
|
2014-07-11 16:45:18 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Afficher les en-têtes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2014-07-11 16:45:18 +00:00
|
|
|
</property>
|
2017-02-27 16:58:05 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
2014-07-11 16:45:18 +00:00
|
|
|
</property>
|
2017-02-27 16:58:05 +00:00
|
|
|
</spacer>
|
2014-07-11 16:45:18 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|