Moving the checkbox as requested

This commit is contained in:
Matthias Koefferlein 2025-10-18 15:13:03 +02:00
parent ec5de0ffe8
commit 3a352506a9
1 changed files with 44 additions and 47 deletions

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>374</width>
<width>450</width>
<height>488</height>
</rect>
</property>
@ -35,7 +35,7 @@
<property name="spacing">
<number>6</number>
</property>
<item row="4" column="0" colspan="2">
<item row="5" column="0" colspan="2">
<widget class="QTreeView" name="lv_cells">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
@ -51,7 +51,7 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<item row="3" column="0" colspan="2">
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
@ -62,12 +62,12 @@
<property name="sizeHint" stdset="0">
<size>
<width>200</width>
<height>16</height>
<height>8</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="0" colspan="2">
<item row="4" column="0" colspan="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Cell list</string>
@ -83,12 +83,43 @@
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout">
<property name="margin" stdset="0">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="lib_label">
<property name="text">
<string>Library</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="lay::LibrarySelectionComboBox" name="lib_cb"/>
</item>
<item row="2" column="1" colspan="3">
<widget class="QLabel" name="label">
<property name="text">
<string>(* and ? can be used to match any text)</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="le_cell_name">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QToolButton" name="find_next">
<property name="toolTip">
@ -109,53 +140,19 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="2" column="1" colspan="3">
<widget class="QLabel" name="label">
<property name="text">
<string>(* and ? can be used to match any text)</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="le_cell_name">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="lib_label">
<property name="text">
<string>Library</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="lay::LibrarySelectionComboBox" name="lib_cb"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<item row="3" column="1" colspan="3">
<widget class="QCheckBox" name="cb_show_all_cells">
<property name="text">
<string>Show all cells</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
@ -167,7 +164,7 @@ p, li { white-space: pre-wrap; }
<property name="sizeHint" stdset="0">
<size>
<width>200</width>
<height>16</height>
<height>8</height>
</size>
</property>
</spacer>
@ -244,8 +241,8 @@ p, li { white-space: pre-wrap; }
<tabstop>lib_cb</tabstop>
<tabstop>le_cell_name</tabstop>
<tabstop>find_next</tabstop>
<tabstop>lv_cells</tabstop>
<tabstop>cb_show_all_cells</tabstop>
<tabstop>lv_cells</tabstop>
<tabstop>ok_button</tabstop>
<tabstop>cancel_button</tabstop>
</tabstops>