mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Minor fix typo
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5650 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -177,7 +177,7 @@ void ReplaceConductorDialog::initWidget()
|
|||||||
|
|
||||||
ui->m_update_preview_pb->setHidden(true);
|
ui->m_update_preview_pb->setHidden(true);
|
||||||
|
|
||||||
ui->m_line_style_cb->addItem(tr("Inchanger"), QPen(Qt::NoPen));
|
ui->m_line_style_cb->addItem(tr("Ne pas modifier"), QPen(Qt::NoPen));
|
||||||
ui->m_line_style_cb->addItem(tr("Trait plein", "conductor style: solid line"), QPen(Qt::SolidLine));
|
ui->m_line_style_cb->addItem(tr("Trait plein", "conductor style: solid line"), QPen(Qt::SolidLine));
|
||||||
ui->m_line_style_cb->addItem(tr("Trait en pointillés", "conductor style: dashed line"), QPen(Qt::DashLine));
|
ui->m_line_style_cb->addItem(tr("Trait en pointillés", "conductor style: dashed line"), QPen(Qt::DashLine));
|
||||||
ui->m_line_style_cb->addItem(tr("Traits et points", "conductor style: dashed and dotted line"), QPen(Qt::DashDotLine));
|
ui->m_line_style_cb->addItem(tr("Traits et points", "conductor style: dashed and dotted line"), QPen(Qt::DashDotLine));
|
||||||
|
|||||||
@@ -6,13 +6,10 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>636</width>
|
<width>568</width>
|
||||||
<height>523</height>
|
<height>523</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
|
||||||
<string>Dialog</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
@@ -43,7 +40,7 @@
|
|||||||
<widget class="QComboBox" name="m_horizontal_align_cb">
|
<widget class="QComboBox" name="m_horizontal_align_cb">
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Inchanger</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -68,7 +65,7 @@
|
|||||||
<item row="2" column="1" colspan="4">
|
<item row="2" column="1" colspan="4">
|
||||||
<widget class="QLineEdit" name="m_formula_le">
|
<widget class="QLineEdit" name="m_formula_le">
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Non modifier</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="clearButtonEnabled">
|
<property name="clearButtonEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -85,7 +82,7 @@
|
|||||||
<item row="4" column="1" colspan="4">
|
<item row="4" column="1" colspan="4">
|
||||||
<widget class="QLineEdit" name="m_function_le">
|
<widget class="QLineEdit" name="m_function_le">
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Non modifier</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="clearButtonEnabled">
|
<property name="clearButtonEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -139,7 +136,7 @@
|
|||||||
<item row="5" column="1" colspan="4">
|
<item row="5" column="1" colspan="4">
|
||||||
<widget class="QLineEdit" name="m_tension_protocol_le">
|
<widget class="QLineEdit" name="m_tension_protocol_le">
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Non modifier</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="clearButtonEnabled">
|
<property name="clearButtonEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -149,7 +146,7 @@
|
|||||||
<item row="1" column="1" colspan="4">
|
<item row="1" column="1" colspan="4">
|
||||||
<widget class="QSpinBox" name="m_text_size_sb">
|
<widget class="QSpinBox" name="m_text_size_sb">
|
||||||
<property name="specialValueText">
|
<property name="specialValueText">
|
||||||
<string>Inchanger</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="accelerated">
|
<property name="accelerated">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
@@ -205,9 +202,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="6" column="1">
|
<item row="6" column="1">
|
||||||
<widget class="QComboBox" name="m_vertical_align_cb">
|
<widget class="QComboBox" name="m_vertical_align_cb">
|
||||||
|
<property name="currentText">
|
||||||
|
<string>Ne pas modifier</string>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Inchanger</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -248,7 +248,7 @@
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="specialValueText">
|
<property name="specialValueText">
|
||||||
<string>Inchanger</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string>°</string>
|
<string>°</string>
|
||||||
@@ -273,7 +273,7 @@
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="specialValueText">
|
<property name="specialValueText">
|
||||||
<string>Inchanger</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string>°</string>
|
<string>°</string>
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
<item row="3" column="1" colspan="3">
|
<item row="3" column="1" colspan="3">
|
||||||
<widget class="QLineEdit" name="m_text_le">
|
<widget class="QLineEdit" name="m_text_le">
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Non modifier</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="clearButtonEnabled">
|
<property name="clearButtonEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -534,7 +534,7 @@
|
|||||||
<item row="1" column="1" colspan="2">
|
<item row="1" column="1" colspan="2">
|
||||||
<widget class="QSpinBox" name="m_color_2_dash_size_sb">
|
<widget class="QSpinBox" name="m_color_2_dash_size_sb">
|
||||||
<property name="specialValueText">
|
<property name="specialValueText">
|
||||||
<string>Inchanger</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string>px</string>
|
<string>px</string>
|
||||||
@@ -553,7 +553,7 @@
|
|||||||
<item row="2" column="2" colspan="2">
|
<item row="2" column="2" colspan="2">
|
||||||
<widget class="QDoubleSpinBox" name="m_cond_size_sb">
|
<widget class="QDoubleSpinBox" name="m_cond_size_sb">
|
||||||
<property name="specialValueText">
|
<property name="specialValueText">
|
||||||
<string>Inchanger</string>
|
<string>Ne pas modifier</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<double>0.200000000000000</double>
|
<double>0.200000000000000</double>
|
||||||
|
|||||||
Reference in New Issue
Block a user