2013-05-18 18:39:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NumPartEditorW</class>
|
|
|
|
<widget class="QWidget" name="NumPartEditorW">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-05-17 19:19:11 +00:00
|
|
|
<width>308</width>
|
|
|
|
<height>45</height>
|
2013-05-18 18:39:53 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2014-08-04 16:12:59 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-05-18 18:39:53 +00:00
|
|
|
<item>
|
2014-08-04 16:12:59 +00:00
|
|
|
<widget class="QComboBox" name="type_combo">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-05-17 19:19:11 +00:00
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-05-18 18:39:53 +00:00
|
|
|
<item>
|
2014-08-04 16:12:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Chiffre 1</string>
|
|
|
|
</property>
|
2013-05-18 18:39:53 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2014-08-04 16:12:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Chiffre 01</string>
|
|
|
|
</property>
|
2013-05-18 18:39:53 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2014-08-04 16:12:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Chiffre 001</string>
|
|
|
|
</property>
|
2013-05-18 18:39:53 +00:00
|
|
|
</item>
|
2014-08-04 16:12:59 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Texte</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>N° folio</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2016-05-17 19:19:11 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Folio</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2014-08-04 16:12:59 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="value_field">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="increase_spinBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="wrapping">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="specialValueText">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="accelerated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-18 18:39:53 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|