2015-06-21 20:16:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ShapeGraphicsItemPropertiesWidget</class>
|
|
|
|
<widget class="QWidget" name="ShapeGraphicsItemPropertiesWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-01-03 13:45:30 +00:00
|
|
|
<width>261</width>
|
2017-12-29 23:13:35 +00:00
|
|
|
<height>346</height>
|
2015-06-21 20:16:41 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2016-01-03 13:45:30 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Trait</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
2015-07-12 10:28:59 +00:00
|
|
|
<property name="text">
|
2016-01-03 13:45:30 +00:00
|
|
|
<string>Épaisseur</string>
|
2015-07-12 10:28:59 +00:00
|
|
|
</property>
|
2016-01-03 13:45:30 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="m_style_cb">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Normal</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tiret</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Pointillé</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Traits et points</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Traits points points</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2017-12-29 23:13:35 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tiret custom</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2016-01-03 13:45:30 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="m_size_dsb">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777212</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
<enum>QAbstractSpinBox::UpDownArrows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accelerated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="correctionMode">
|
|
|
|
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
|
|
|
|
</property>
|
2016-01-03 16:59:29 +00:00
|
|
|
<property name="decimals">
|
2016-01-03 18:35:51 +00:00
|
|
|
<number>1</number>
|
2016-01-03 16:59:29 +00:00
|
|
|
</property>
|
2016-01-03 13:45:30 +00:00
|
|
|
<property name="minimum">
|
2016-01-03 18:35:51 +00:00
|
|
|
<double>0.200000000000000</double>
|
2015-07-12 10:28:59 +00:00
|
|
|
</property>
|
2016-01-03 13:45:30 +00:00
|
|
|
<property name="maximum">
|
2016-01-03 18:35:51 +00:00
|
|
|
<double>50.000000000000000</double>
|
2016-01-03 13:45:30 +00:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2016-01-03 18:35:51 +00:00
|
|
|
<double>0.200000000000000</double>
|
2016-01-03 13:45:30 +00:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
2015-07-12 10:28:59 +00:00
|
|
|
<property name="text">
|
2016-01-03 13:45:30 +00:00
|
|
|
<string>Type</string>
|
2015-07-12 10:28:59 +00:00
|
|
|
</property>
|
2016-01-03 13:45:30 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
2015-07-12 10:28:59 +00:00
|
|
|
<property name="text">
|
2016-01-03 13:45:30 +00:00
|
|
|
<string>Couleur</string>
|
2015-07-12 10:28:59 +00:00
|
|
|
</property>
|
2016-01-03 13:45:30 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="m_color_pb">
|
2015-07-12 10:28:59 +00:00
|
|
|
<property name="text">
|
2016-01-03 13:45:30 +00:00
|
|
|
<string/>
|
2015-07-12 10:28:59 +00:00
|
|
|
</property>
|
2016-01-03 13:45:30 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-12-30 13:47:21 +00:00
|
|
|
</item>
|
2016-01-12 14:02:34 +00:00
|
|
|
<item>
|
2016-02-15 16:15:05 +00:00
|
|
|
<widget class="QGroupBox" name="m_filling_gb">
|
2016-01-12 14:02:34 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Remplissage</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Style</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="m_brush_style_cb">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Aucun</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Plein</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Densité 1</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Densité 2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Densité 3</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Densité 4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Densité 5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Densité 6</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Densité 7</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Horizontal</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Vertical</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Croix</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Diagonal arrière</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Diagonal avant</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Diagonal en croix</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Couleur</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="m_brush_color_pb">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-21 20:16:41 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="m_lock_pos_cb">
|
|
|
|
<property name="text">
|
|
|
|
<string>Verrouiller la position</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-01-12 14:02:34 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="m_close_polygon">
|
|
|
|
<property name="text">
|
|
|
|
<string>Polygone fermé</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-21 20:16:41 +00:00
|
|
|
<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>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
2015-07-12 10:28:59 +00:00
|
|
|
<connections/>
|
2015-06-21 20:16:41 +00:00
|
|
|
</ui>
|