2016-07-13 14:57:27 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AutoNumberingDockWidget</class>
|
|
|
|
<widget class="QDockWidget" name="AutoNumberingDockWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-12-03 22:13:16 +00:00
|
|
|
<width>388</width>
|
2017-03-01 15:03:56 +00:00
|
|
|
<height>335</height>
|
2016-07-13 14:57:27 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-12-03 22:13:16 +00:00
|
|
|
<string>Sélection numérotation auto</string>
|
2016-07-13 14:57:27 +00:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
2017-03-01 15:03:56 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QComboBox" name="m_element_cb"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Folio</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="m_conductor_cb"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Element</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2017-03-14 16:40:41 +00:00
|
|
|
<string>Conducteur</string>
|
2017-03-01 15:03:56 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QComboBox" name="m_folio_cb"/>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QPushButton" name="m_configure_pb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Configurer les règles d'auto numérotation</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Configurer</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../qelectrotech.qrc">
|
|
|
|
<normaloff>:/ico/16x16/configure.png</normaloff>:/ico/16x16/configure.png</iconset>
|
2016-07-13 14:57:27 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2017-03-01 15:03:56 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../../../qelectrotech.qrc"/>
|
|
|
|
</resources>
|
2016-07-13 14:57:27 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|