Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
0389fa8a
Commit
0389fa8a
authored
Apr 09, 2022
by
Jean-Baptiste Mardelle
Browse files
Embed time remap ui in a scrollview so that Kdenlive can be used on small resolution (1024x768)
parent
81d8de46
Pipeline
#161779
passed with stage
in 5 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/ui/timeremap_ui.ui
View file @
0389fa8a
...
...
@@ -6,14 +6,14 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
3
98
</width>
<height>
3
79
</height>
<width>
3
01
</width>
<height>
3
56
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_
2
"
>
<layout
class=
"QGridLayout"
name=
"gridLayout_
3
"
>
<property
name=
"leftMargin"
>
<number>
0
</number>
</property>
...
...
@@ -29,6 +29,21 @@
<property
name=
"spacing"
>
<number>
0
</number>
</property>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QScrollArea"
name=
"scrollArea"
>
<property
name=
"widgetResizable"
>
<bool>
true
</bool>
</property>
<widget
class=
"QWidget"
name=
"scrollAreaWidgetContents"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
297
</width>
<height>
352
</height>
</rect>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_2"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"KMessageWidget"
name=
"warningMessage"
>
<property
name=
"wordWrap"
>
...
...
@@ -103,7 +118,7 @@
</spacer>
</item>
<item>
<spacer
name=
"horizontalSpacer"
>
<spacer
name=
"horizontalSpacer
_2
"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
...
...
@@ -144,7 +159,7 @@
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer_
2
"
>
<spacer
name=
"horizontalSpacer_
3
"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
...
...
@@ -191,7 +206,7 @@
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer_
3
"
>
<spacer
name=
"horizontalSpacer_
4
"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
...
...
@@ -375,6 +390,10 @@
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
KMessageWidget
</class>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment