mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Change the minimum conductor text size to 3
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5053 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -112,9 +112,9 @@ ConductorProperties ConductorPropertiesWidget::properties() const
|
|||||||
else if (ui -> m_singlewire_gb -> isChecked()) properties_.type = ConductorProperties::Single;
|
else if (ui -> m_singlewire_gb -> isChecked()) properties_.type = ConductorProperties::Single;
|
||||||
|
|
||||||
properties_.color = ui -> m_color_pb->palette().color(QPalette::Button);
|
properties_.color = ui -> m_color_pb->palette().color(QPalette::Button);
|
||||||
properties_.m_bicolor = ui->m_color_2_gb->isChecked();
|
properties_.m_bicolor = ui->m_color_2_gb->isChecked();
|
||||||
properties_.m_color_2 = ui->m_color_2_pb->palette().color(QPalette::Button);
|
properties_.m_color_2 = ui->m_color_2_pb->palette().color(QPalette::Button);
|
||||||
properties_.m_dash_size = ui->m_dash_size_sb->value();
|
properties_.m_dash_size = ui->m_dash_size_sb->value();
|
||||||
properties_.style = ui -> m_line_style_cb->itemData(ui->m_line_style_cb->currentIndex()).value<QPen>().style();
|
properties_.style = ui -> m_line_style_cb->itemData(ui->m_line_style_cb->currentIndex()).value<QPen>().style();
|
||||||
properties_.m_formula = ui->m_formula_le->text();
|
properties_.m_formula = ui->m_formula_le->text();
|
||||||
properties_.text = ui -> m_text_le -> text();
|
properties_.text = ui -> m_text_le -> text();
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>504</width>
|
<width>504</width>
|
||||||
<height>480</height>
|
<height>566</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>5</number>
|
<number>3</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>9</number>
|
<number>9</number>
|
||||||
|
|||||||
Reference in New Issue
Block a user