mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 06:45:28 -04:00
don't need scale factor when render, we can scale the scene or the view.
This commit is contained in:
parent
b0f9cfb532
commit
fd45a1d277
4 changed files with 8 additions and 39 deletions
|
@ -276,7 +276,7 @@
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item rowspan="8" row="5" column="4" colspan="4" >
|
||||
<item rowspan="7" row="5" column="4" colspan="4" >
|
||||
<layout class="QVBoxLayout" name="verticalLayout" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2" >
|
||||
|
@ -302,33 +302,6 @@ p, li { white-space: pre-wrap; }
|
|||
</layout>
|
||||
</item>
|
||||
<item row="6" column="0" colspan="4" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_7" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_7" >
|
||||
<property name="text" >
|
||||
<string>Scale factor:</string>
|
||||
</property>
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="scaleFactor" >
|
||||
<property name="minimum" >
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum" >
|
||||
<number>16</number>
|
||||
</property>
|
||||
<property name="value" >
|
||||
<number>1</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="7" column="0" colspan="4" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_8" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_8" >
|
||||
|
@ -355,7 +328,7 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="8" column="0" colspan="4" >
|
||||
<item row="7" column="0" colspan="4" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_10" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_9" >
|
||||
|
@ -388,7 +361,7 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="9" column="0" colspan="4" >
|
||||
<item row="8" column="0" colspan="4" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_11" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_10" >
|
||||
|
@ -415,7 +388,7 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="10" column="0" colspan="4" >
|
||||
<item row="9" column="0" colspan="4" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_14" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_13" >
|
||||
|
@ -458,7 +431,7 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="11" column="0" colspan="4" >
|
||||
<item row="10" column="0" colspan="4" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_15" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_14" >
|
||||
|
@ -486,7 +459,7 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="12" column="0" colspan="4" >
|
||||
<item row="11" column="0" colspan="4" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_9" >
|
||||
<item>
|
||||
<widget class="QPushButton" name="fgcolor" >
|
||||
|
@ -504,7 +477,7 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="13" column="0" colspan="8" >
|
||||
<item row="12" column="0" colspan="8" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout" >
|
||||
<item>
|
||||
<spacer name="horizontalSpacer" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue