diff options
| author | tassaron | 2017-06-15 15:09:45 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-15 15:09:45 -0400 |
| commit | 8603fa12e3d63705e3cbc202bd0635e5ac977225 (patch) | |
| tree | 3cf59a3b3f31caded5c70c151039f1e54be19cb8 /components/video.ui | |
| parent | cb639e5c7ccf42e654f1dda1b75b082478cf73d9 (diff) | |
video scaling, position and distortion
Diffstat (limited to 'components/video.ui')
| -rw-r--r-- | components/video.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/video.ui b/components/video.ui index aca46b4..fa088fa 100644 --- a/components/video.ui +++ b/components/video.ui @@ -206,6 +206,13 @@ </spacer> </item> <item> + <widget class="QCheckBox" name="checkBox_distort"> + <property name="text"> + <string>Distort by scale</string> + </property> + </widget> + </item> + <item> <widget class="QLabel" name="label"> <property name="text"> <string>Scale</string> |
