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="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>
|
2016-06-07 17:01:59 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>XRef Vertical Offset:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="m_offset_sb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>10px corresponds to 1 tile displacement</string>
|
|
|
|
</property>
|
|
|
|
<property name="whatsThis">
|
|
|
|
<string>Set Vertical Offset for the Cross References. 10px corresponds to 1 tile displacement.</string>
|
|
|
|
</property>
|
|
|
|
<property name="specialValueText">
|
|
|
|
<string>Default - Fit to XRef height</string>
|
|
|
|
</property>
|
|
|
|
<property name="correctionMode">
|
|
|
|
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
|
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
|
|
|
<string notr="true">px</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>40</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>300</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>40</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-04-28 15:41:58 +00:00
|
|
|
<item>
|
2016-05-20 20:31:55 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2014-04-28 15:41:58 +00:00
|
|
|
<item>
|
2016-05-20 20:31:55 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="m_display_has_contacts_rb">
|
|
|
|
<property name="text">
|
2016-08-25 11:15:54 +00:00
|
|
|
<string>Affiche&r en contacts</string>
|
2016-05-20 20:31:55 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="m_display_has_cross_rb">
|
|
|
|
<property name="text">
|
|
|
|
<string>Afficher en croix</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-04-28 15:41:58 +00:00
|
|
|
</item>
|
2016-05-20 20:31:55 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2014-04-28 15:41:58 +00:00
|
|
|
<item>
|
2016-05-20 20:31:55 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2016-05-24 13:19:42 +00:00
|
|
|
<string>Label des références croisées</string>
|
2014-04-28 15:41:58 +00:00
|
|
|
</property>
|
2016-05-23 22:01:22 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
2016-05-20 20:31:55 +00:00
|
|
|
<item>
|
2016-05-23 22:01:22 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-05-24 13:19:42 +00:00
|
|
|
<string>Maitre</string>
|
2016-05-23 22:01:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="m_master_le">
|
|
|
|
<property name="inputMask">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>%f-%l%c</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-05-20 20:31:55 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-05-23 22:01:22 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-05-24 13:19:42 +00:00
|
|
|
<string>Esclave</string>
|
2016-05-23 22:01:22 +00:00
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="m_slave_le">
|
|
|
|
<property name="text">
|
|
|
|
<string>(%f-%l%c)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_8">
|
2016-05-20 20:31:55 +00:00
|
|
|
<property name="text">
|
2016-05-24 13:19:42 +00:00
|
|
|
<string>Créer votre propre texte en vous aidant des variables suivantes :
|
|
|
|
%f : le numéro de folio
|
|
|
|
%F: le label de folio
|
|
|
|
%l : le numéro de ligne
|
2016-08-17 05:04:41 +00:00
|
|
|
%c : le numéro de colonne
|
2016-08-17 06:04:37 +00:00
|
|
|
%M: Installation
|
|
|
|
%LM: Localisation </string>
|
2016-05-20 20:31:55 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-04-28 15:41:58 +00:00
|
|
|
</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>
|
|
|
|
</layout>
|
2014-04-11 09:51:21 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|