mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 07:09:59 +01:00
Update Policy now works with conductor autonumberings
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4680 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -37,7 +37,6 @@ AutoNumberingManagementW::AutoNumberingManagementW(QETProject *project, QWidget
|
||||
ui->setupUi(this);
|
||||
ui->m_apply_locations_rb->setHidden(true);
|
||||
ui->m_selected_locations_le->setHidden(true);
|
||||
ui->conductorWidget->setHidden(true);
|
||||
ui->folioWidget->setHidden(true);
|
||||
ui->m_selected_folios_widget->setDisabled(true);
|
||||
ui->m_selected_folios_le->setDisabled(true);
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>630</width>
|
||||
<height>498</height>
|
||||
<height>495</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -254,6 +254,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="m_both_conductor_rb">
|
||||
<property name="text">
|
||||
<string>Both</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="m_new_conductor_rb">
|
||||
<property name="text">
|
||||
@@ -267,17 +277,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="m_existent_conductor_rb">
|
||||
<property name="text">
|
||||
<string>Existent and New</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="m_both_conductor_rb">
|
||||
<property name="text">
|
||||
<string>Both</string>
|
||||
<string>Only Existent</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user