2014-07-17 09:20:21 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ConductorPropertiesWidget</class>
|
|
|
|
<widget class="QWidget" name="ConductorPropertiesWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-03-15 18:07:57 +00:00
|
|
|
<width>346</width>
|
|
|
|
<height>512</height>
|
2014-07-17 09:20:21 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2014-07-17 09:20:21 +00:00
|
|
|
<item>
|
2015-08-26 21:46:47 +00:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2018-12-13 17:34:41 +00:00
|
|
|
<number>0</number>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<widget class="QWidget" name="type">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Type</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="m_multiwires_gb">
|
|
|
|
<property name="title">
|
2019-03-15 18:07:57 +00:00
|
|
|
<string>&Multifilaire</string>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="checked">
|
2015-08-29 14:18:30 +00:00
|
|
|
<bool>true</bool>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0,0,0,0,0">
|
2015-08-26 21:46:47 +00:00
|
|
|
<item row="0" column="0">
|
2015-08-29 14:18:30 +00:00
|
|
|
<widget class="QLabel" name="label_2">
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="text">
|
2015-08-29 14:18:30 +00:00
|
|
|
<string>Taille du texte :</string>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="5" column="1">
|
2015-09-01 09:52:42 +00:00
|
|
|
<widget class="QLineEdit" name="m_function_le">
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-08-29 14:18:30 +00:00
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLineEdit" name="m_tension_protocol_le">
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QCheckBox" name="m_show_text_cb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Texte visible</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="3">
|
|
|
|
<widget class="QCheckBox" name="m_one_text_per_folio_cb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>activer l'option un texte par potentiel</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Afficher un texte de potentiel par folio. </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2015-08-26 21:46:47 +00:00
|
|
|
<widget class="QSpinBox" name="m_text_size_sb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Taille du texte</string>
|
|
|
|
</property>
|
2015-08-29 14:18:30 +00:00
|
|
|
<property name="wrapping">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
<enum>QAbstractSpinBox::UpDownArrows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="minimum">
|
2017-09-28 07:51:58 +00:00
|
|
|
<number>3</number>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="m_formula_le"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="m_text_le">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Texte</string>
|
|
|
|
</property>
|
2015-09-01 09:52:42 +00:00
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-08-29 14:18:30 +00:00
|
|
|
</item>
|
2016-12-06 19:57:22 +00:00
|
|
|
<item row="2" column="0">
|
2015-08-29 14:18:30 +00:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Texte :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="5" column="0">
|
2015-08-29 14:18:30 +00:00
|
|
|
<widget class="QLabel" name="label_8">
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="text">
|
2015-08-29 14:18:30 +00:00
|
|
|
<string>Fonction :</string>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
|
|
|
<string>Formule du texte :</string>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_9">
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="text">
|
2017-02-27 16:58:05 +00:00
|
|
|
<string>Tension / Protocole :</string>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="m_autonum_label">
|
2016-12-06 19:57:22 +00:00
|
|
|
<property name="text">
|
2017-02-27 16:58:05 +00:00
|
|
|
<string>Autonumérotation</string>
|
2016-12-06 19:57:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QComboBox" name="m_available_autonum_cb"/>
|
2016-12-06 19:57:22 +00:00
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QPushButton" name="m_edit_autonum_pb">
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="toolTip">
|
2017-02-27 16:58:05 +00:00
|
|
|
<string>éditer les numérotations</string>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-02-27 16:58:05 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../qelectrotech.qrc">
|
|
|
|
<normaloff>:/ico/16x16/configure.png</normaloff>:/ico/16x16/configure.png</iconset>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-02-27 16:58:05 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="m_autonum_layout"/>
|
|
|
|
</item>
|
2015-08-26 21:46:47 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="m_text_angle_gl">
|
2018-04-28 13:35:23 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="m_horiz_cb">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Horizontal en haut</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Horizontal en bas</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2015-08-26 21:46:47 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-04-28 13:35:23 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QComboBox" name="m_verti_cb">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Vertical à gauche</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Vertical à droite</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2015-08-26 21:46:47 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2018-04-28 13:35:23 +00:00
|
|
|
<string>Position et rotation du texte de conducteur :</string>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2018-04-28 13:35:23 +00:00
|
|
|
<set>Qt::AlignHCenter|Qt::AlignTop</set>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="m_singlewire_gb">
|
|
|
|
<property name="title">
|
|
|
|
<string>Unifilaire</string>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2015-08-26 21:46:47 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QSlider" name="m_phase_slider">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Nombre de phase</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="m_neutral_cb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Neutre</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>neutre</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../qelectrotech.qrc">
|
|
|
|
<normaloff>:/ico/16x16/neutral.png</normaloff>:/ico/16x16/neutral.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="m_phase_cb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Phase</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>phase</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../qelectrotech.qrc">
|
|
|
|
<normaloff>:/ico/16x16/phase.png</normaloff>:/ico/16x16/phase.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QSpinBox" name="m_phase_sb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Nombre de phase</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QCheckBox" name="m_pen_cb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Protective Earth Neutral</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>PEN</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="m_earth_cb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Terre</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>terre</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../qelectrotech.qrc">
|
|
|
|
<normaloff>:/ico/16x16/ground.png</normaloff>:/ico/16x16/ground.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" rowspan="3">
|
|
|
|
<widget class="QLabel" name="m_preview_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="m_update_preview_pb">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="appearance">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Apparence</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2019-03-15 18:07:57 +00:00
|
|
|
<item row="4" 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="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Couleur du conducteur</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Couleur :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="m_cond_size_sb">
|
|
|
|
<property name="minimum">
|
|
|
|
<double>0.400000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>10.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.200000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-04-28 13:35:23 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="m_color_2_gb">
|
|
|
|
<property name="title">
|
|
|
|
<string>Couleur secondaire :</string>
|
2014-07-17 09:20:21 +00:00
|
|
|
</property>
|
2018-04-28 13:35:23 +00:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
2018-04-28 13:35:23 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
2018-04-28 13:35:23 +00:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2015-08-26 21:46:47 +00:00
|
|
|
</property>
|
2018-04-28 13:35:23 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2019-03-15 18:07:57 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
|
|
|
<string>Taille de trait :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-04-28 13:35:23 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="m_dash_size_sb">
|
|
|
|
<property name="suffix">
|
|
|
|
<string>px</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
|
|
|
<string>Couleur :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-03-15 18:07:57 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="KColorButton" name="m_color_2_kpb"/>
|
2018-04-28 13:35:23 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2015-08-26 21:46:47 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-23 18:41:13 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
2018-12-03 22:13:16 +00:00
|
|
|
<string>Taille :</string>
|
2015-12-23 18:41:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-04-28 13:35:23 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="m_line_style_cb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Style du conducteur</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-03-15 18:07:57 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Style du conducteur</string>
|
2016-08-05 12:15:59 +00:00
|
|
|
</property>
|
2019-03-15 18:07:57 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Style :</string>
|
2015-12-23 18:41:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-03-15 18:07:57 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="KColorButton" name="m_color_kpb"/>
|
2017-08-01 19:09:31 +00:00
|
|
|
</item>
|
2015-08-26 21:46:47 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-07-17 09:20:21 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-03-15 18:07:57 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KColorButton</class>
|
|
|
|
<extends>QPushButton</extends>
|
|
|
|
<header>kcolorbutton.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2014-07-17 09:20:21 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../../qelectrotech.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>m_phase_slider</sender>
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
<receiver>m_phase_sb</receiver>
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>238</x>
|
|
|
|
<y>324</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>337</x>
|
|
|
|
<y>332</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_phase_sb</sender>
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
<receiver>m_phase_slider</receiver>
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>356</x>
|
|
|
|
<y>322</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>207</x>
|
|
|
|
<y>325</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_phase_cb</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>m_phase_slider</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>152</x>
|
|
|
|
<y>328</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>208</x>
|
|
|
|
<y>329</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_phase_cb</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>m_phase_sb</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>106</x>
|
|
|
|
<y>326</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>338</x>
|
|
|
|
<y>323</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_earth_cb</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>m_update_preview_pb</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>142</x>
|
|
|
|
<y>249</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>228</x>
|
|
|
|
<y>249</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_neutral_cb</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>m_update_preview_pb</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>158</x>
|
|
|
|
<y>304</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>269</x>
|
|
|
|
<y>246</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_phase_cb</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>m_update_preview_pb</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>126</x>
|
|
|
|
<y>340</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>254</x>
|
|
|
|
<y>248</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_pen_cb</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>m_update_preview_pb</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>222</x>
|
|
|
|
<y>276</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>242</x>
|
|
|
|
<y>245</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>m_phase_sb</sender>
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
<receiver>m_update_preview_pb</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>357</x>
|
|
|
|
<y>340</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>305</x>
|
|
|
|
<y>248</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|