Skip to content

Commit

Permalink
AlerRuleDetail: Minor Dialog Changes - Continent sections
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Sep 27, 2024
1 parent b6f22cc commit 0bf2df5
Showing 1 changed file with 43 additions and 42 deletions.
85 changes: 43 additions & 42 deletions ui/AlertRuleDetail.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>357</width>
<height>620</height>
<width>511</width>
<height>680</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -317,31 +317,31 @@
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QGridLayout" name="cont_group">
<item row="2" column="0">
<widget class="QCheckBox" name="nacheckbox">
<item row="0" column="3">
<widget class="QCheckBox" name="sacheckbox">
<property name="text">
<string>North America</string>
<string>South America</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="afcheckbox">
<item row="0" column="1">
<widget class="QCheckBox" name="ancheckbox">
<property name="text">
<string>Africa</string>
<string>Antarctica</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="ancheckbox">
<item row="0" column="2">
<widget class="QCheckBox" name="nacheckbox">
<property name="text">
<string>Antarctica</string>
<string>North America</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="sacheckbox">
<item row="1" column="2">
<widget class="QCheckBox" name="occheckbox">
<property name="text">
<string>South America</string>
<string>Oceania</string>
</property>
</widget>
</item>
Expand All @@ -359,10 +359,10 @@
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="occheckbox">
<item row="0" column="0">
<widget class="QCheckBox" name="afcheckbox">
<property name="text">
<string>Oceania</string>
<string>Africa</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -424,70 +424,70 @@
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QGridLayout" name="cont_group_spotter">
<item row="2" column="0">
<widget class="QCheckBox" name="nacheckbox_spotter">
<item row="0" column="1">
<widget class="QCheckBox" name="ancheckbox_spotter">
<property name="text">
<string>North America</string>
<string>Antarctica</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="afcheckbox_spotter">
<item row="1" column="0">
<widget class="QCheckBox" name="ascheckbox_spotter">
<property name="text">
<string>Africa</string>
<string>Asia</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="ancheckbox_spotter">
<item row="1" column="1">
<widget class="QCheckBox" name="eucheckbox_spotter">
<property name="text">
<string>Antarctica</string>
<string>Europe</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="sacheckbox_spotter">
<item row="0" column="0">
<widget class="QCheckBox" name="afcheckbox_spotter">
<property name="text">
<string>South America</string>
<string>Africa</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="ascheckbox_spotter">
<item row="0" column="2">
<widget class="QCheckBox" name="nacheckbox_spotter">
<property name="text">
<string>Asia</string>
<string>North America</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="eucheckbox_spotter">
<item row="1" column="2">
<widget class="QCheckBox" name="occheckbox_spotter">
<property name="text">
<string>Europe</string>
<string>Oceania</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="occheckbox_spotter">
<item row="0" column="3">
<widget class="QCheckBox" name="sacheckbox_spotter">
<property name="text">
<string>Oceania</string>
<string>South America</string>
</property>
<property name="checked">
<bool>false</bool>
Expand Down Expand Up @@ -547,19 +547,20 @@
<tabstop>continent</tabstop>
<tabstop>afcheckbox</tabstop>
<tabstop>ascheckbox</tabstop>
<tabstop>nacheckbox</tabstop>
<tabstop>occheckbox</tabstop>
<tabstop>ancheckbox</tabstop>
<tabstop>eucheckbox</tabstop>
<tabstop>nacheckbox</tabstop>
<tabstop>occheckbox</tabstop>
<tabstop>sacheckbox</tabstop>
<tabstop>memberGroupBox</tabstop>
<tabstop>spotterCountryCombo</tabstop>
<tabstop>continent_spotter</tabstop>
<tabstop>afcheckbox_spotter</tabstop>
<tabstop>ascheckbox_spotter</tabstop>
<tabstop>nacheckbox_spotter</tabstop>
<tabstop>occheckbox_spotter</tabstop>
<tabstop>ancheckbox_spotter</tabstop>
<tabstop>eucheckbox_spotter</tabstop>
<tabstop>nacheckbox_spotter</tabstop>
<tabstop>occheckbox_spotter</tabstop>
<tabstop>sacheckbox_spotter</tabstop>
</tabstops>
<resources/>
Expand Down

0 comments on commit 0bf2df5

Please sign in to comment.