mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
Test show Err.
This commit is contained in:
parent
4b4060e9e1
commit
edd718af17
2 changed files with 8 additions and 0 deletions
|
@ -177,6 +177,12 @@
|
|||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>1.000000000000000</double>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>300.990000000000009</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>18.000000000000000</double>
|
||||
</property>
|
||||
|
|
|
@ -202,6 +202,8 @@ public:
|
|||
sizePolicy4.setVerticalStretch(0);
|
||||
sizePolicy4.setHeightForWidth(fps_box->sizePolicy().hasHeightForWidth());
|
||||
fps_box->setSizePolicy(sizePolicy4);
|
||||
fps_box->setMinimum(1);
|
||||
fps_box->setMaximum(300.99);
|
||||
fps_box->setValue(18);
|
||||
|
||||
formLayout_2->setWidget(0, QFormLayout::FieldRole, fps_box);
|
||||
|
|
Loading…
Add table
Reference in a new issue