2014-04-11 09:51:21 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>XRefPropertiesWidget</class>
|
|
|
|
<widget class="QWidget" name="XRefPropertiesWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-07-03 08:52:14 +00:00
|
|
|
<width>484</width>
|
|
|
|
<height>470</height>
|
2014-04-11 09:51:21 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2014-07-03 08:52:14 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Type :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="m_type_cb"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-04-11 09:51:21 +00:00
|
|
|
<item>
|
2014-04-28 15:41:58 +00:00
|
|
|
<widget class="QGroupBox" name="m_display_gb">
|
|
|
|
<property name="title">
|
|
|
|
<string>Représentation:</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2014-06-27 18:34:18 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Positionner :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="m_snap_to_cb"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-04-28 15:41:58 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="m_display_has_cross_rb">
|
|
|
|
<property name="text">
|
|
|
|
<string>Afficher en croix</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="m_display_has_contacts_rb">
|
|
|
|
<property name="text">
|
|
|
|
<string>Afficher en contacts</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-05-07 20:56:51 +00:00
|
|
|
<widget class="QGroupBox" name="m_cross_properties_gb">
|
|
|
|
<property name="title">
|
|
|
|
<string>Option d'affichage en croix</string>
|
2014-04-11 09:51:21 +00:00
|
|
|
</property>
|
2014-05-07 20:56:51 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="m_show_power_cb">
|
|
|
|
<property name="text">
|
|
|
|
<string>Afficher les contacts de puissance dans la croix</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2014-07-07 14:36:53 +00:00
|
|
|
<string>Préfixe des contacts de puissance :</string>
|
2014-05-07 20:56:51 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2014-07-07 14:36:53 +00:00
|
|
|
<string>Préfixe des contacts temporisés :</string>
|
2014-05-07 20:56:51 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-07 14:36:53 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="m_delay_prefix_le"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="m_power_prefix_le"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Préfixe des contacts inverseurs :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="m_switch_prefix_le"/>
|
|
|
|
</item>
|
2014-05-07 20:56:51 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</layout>
|
2014-04-11 09:51:21 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|