mirror of
https://github.com/RolandWH/SIPPCompare.git
synced 2025-05-10 08:41:49 +01:00
fix mistakenly disabled checkbox + fix win size
This commit is contained in:
parent
78323c2ad8
commit
5eb0c3c4a3
@ -16,7 +16,13 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>630</width>
|
<width>630</width>
|
||||||
<height>567</height>
|
<height>580</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>630</width>
|
||||||
|
<height>580</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -52,11 +58,8 @@
|
|||||||
</property>
|
</property>
|
||||||
<item row="0" column="3">
|
<item row="0" column="3">
|
||||||
<widget class="QCheckBox" name="plat_name_check">
|
<widget class="QCheckBox" name="plat_name_check">
|
||||||
<property name="enabled">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string> </string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -553,13 +556,13 @@
|
|||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>FastEditQDoubleSpinBox</class>
|
<class>FastEditQSpinBox</class>
|
||||||
<extends>QDoubleSpinBox</extends>
|
<extends>QSpinBox</extends>
|
||||||
<header>widgets/fastedit_spinbox</header>
|
<header>widgets/fastedit_spinbox</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>FastEditQSpinBox</class>
|
<class>FastEditQDoubleSpinBox</class>
|
||||||
<extends>QSpinBox</extends>
|
<extends>QDoubleSpinBox</extends>
|
||||||
<header>widgets/fastedit_spinbox</header>
|
<header>widgets/fastedit_spinbox</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user