Skip to content

Commit

Permalink
Add ability to avoid regions (closes #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Dec 20, 2023
1 parent 5e67424 commit 96a4a0b
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 51 deletions.
62 changes: 60 additions & 2 deletions resources/ui/gui_main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_avoid_name">
<widget class="QLineEdit" name="lineEdit_system_avoid_name">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
Expand All @@ -675,7 +675,65 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_avoid_add">
<widget class="QPushButton" name="pushButton_system_avoid_add">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_11">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Region:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_region_avoid_name">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maxLength">
<number>32</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_region_avoid_add">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Minimum">
<horstretch>0</horstretch>
Expand Down
Loading

0 comments on commit 96a4a0b

Please sign in to comment.