Skip to content

Commit

Permalink
fix Manage Plugins ComboBox order to be sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Apr 17, 2024
1 parent b34efa0 commit 3354282
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions src/Form_Files/PPluginWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,33 @@
<item row="1" column="1">
<widget class="QComboBox" name="comboBox"/>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox_2"/>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="comboBox_3"/>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="comboBox_4"/>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="comboBox_5"/>
</item>
<item row="1" column="3">
<widget class="QComboBox" name="comboBox_6"/>
</item>
<item row="2" column="3">
<widget class="QComboBox" name="comboBox_7"/>
</item>
<item row="3" column="3">
<widget class="QComboBox" name="comboBox_8"/>
</item>
<item row="4" column="3">
<widget class="QComboBox" name="comboBox_9"/>
</item>
<item row="5" column="3">
<widget class="QComboBox" name="comboBox_10"/>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_7">
<property name="text">
Expand All @@ -276,9 +303,6 @@
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QComboBox" name="comboBox_6"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
Expand All @@ -289,9 +313,6 @@
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox_2"/>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_8">
<property name="text">
Expand All @@ -302,9 +323,6 @@
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QComboBox" name="comboBox_7"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
Expand All @@ -315,9 +333,6 @@
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="comboBox_3"/>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_9">
<property name="text">
Expand All @@ -328,9 +343,6 @@
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QComboBox" name="comboBox_8"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
Expand All @@ -341,9 +353,6 @@
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="comboBox_4"/>
</item>
<item row="4" column="2">
<widget class="QLabel" name="label_10">
<property name="text">
Expand All @@ -354,9 +363,6 @@
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QComboBox" name="comboBox_9"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
Expand All @@ -367,9 +373,6 @@
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="comboBox_5"/>
</item>
<item row="5" column="2">
<widget class="QLabel" name="label_11">
<property name="text">
Expand All @@ -380,9 +383,6 @@
</property>
</widget>
</item>
<item row="5" column="3">
<widget class="QComboBox" name="comboBox_10"/>
</item>
</layout>
</item>
<item>
Expand Down Expand Up @@ -418,14 +418,14 @@
<tabstop>removeAllButton</tabstop>
<tabstop>plugShorcutsTab</tabstop>
<tabstop>comboBox</tabstop>
<tabstop>comboBox_6</tabstop>
<tabstop>comboBox_2</tabstop>
<tabstop>comboBox_7</tabstop>
<tabstop>comboBox_3</tabstop>
<tabstop>comboBox_8</tabstop>
<tabstop>comboBox_4</tabstop>
<tabstop>comboBox_9</tabstop>
<tabstop>comboBox_5</tabstop>
<tabstop>comboBox_6</tabstop>
<tabstop>comboBox_7</tabstop>
<tabstop>comboBox_8</tabstop>
<tabstop>comboBox_9</tabstop>
<tabstop>comboBox_10</tabstop>
</tabstops>
<resources/>
Expand Down

0 comments on commit 3354282

Please sign in to comment.