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
371e21de
Commit
371e21de
authored
Jan 24, 2022
by
Jean-Baptiste Mardelle
Browse files
minor cleanup of add marker ui
parent
991989ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/markerdialog_ui.ui
View file @
371e21de
...
...
@@ -6,58 +6,98 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
40
2
</width>
<height>
1
5
4
</height>
<width>
33
2
</width>
<height>
1
6
4
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Marker
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QLabel"
name=
"clip_filesize_2"
>
<property
name=
"text"
>
<string>
Position
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"3"
>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
<layout
class=
"QGridLayout"
name=
"gridLayout_2"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"clip_thumb"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
<property
name=
"frameShape"
>
<enum>
QFrame::Box
</enum>
</property>
</spacer>
</item>
<item
row=
"6"
column=
"0"
colspan=
"4"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
<property
name=
"text"
>
<string>
Image preview
</string>
</property>
<property
name=
"
standardButtons
"
>
<set>
Q
DialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
<property
name=
"
alignment
"
>
<set>
Q
t::AlignCenter
</set>
</property>
</widget>
</item>
<item
row=
"0"
column=
"2"
>
<layout
class=
"QHBoxLayout"
name=
"inputLayout"
/>
</item>
<item
row=
"1"
column=
"2"
colspan=
"2"
>
<widget
class=
"QLineEdit"
name=
"marker_comment"
/>
<item
row=
"0"
column=
"1"
>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"clip_filesize_2"
>
<property
name=
"text"
>
<string>
Position
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"inputLayout"
/>
</item>
<item>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_category"
>
<property
name=
"text"
>
<string>
Category
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"marker_type"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"clip_filesize_3"
>
<property
name=
"text"
>
<string>
Comment
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"marker_comment"
/>
</item>
<item
row=
"3"
column=
"1"
>
<spacer
name=
"verticalSpacer_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
40
</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QLabel"
name=
"clip_filesize_3"
>
<property
name=
"text"
>
<string>
Comment
</string>
</property>
</widget>
</item>
<item
row=
"5"
column=
"2"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
...
...
@@ -65,40 +105,21 @@
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
218
</width>
<height>
2
</height>
<height>
1
</height>
</size>
</property>
</spacer>
</item>
<item
row=
"4"
column=
"1"
>
<widget
class=
"QLabel"
name=
"label_category"
>
<property
name=
"text"
>
<string>
Category
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
rowspan=
"5"
>
<widget
class=
"QLabel"
name=
"clip_thumb"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"frameShape"
>
<enum>
QFrame::Box
</enum>
</property>
<property
name=
"text"
>
<string>
Image preview
</string>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"
alignment
"
>
<set>
Q
t::AlignCenter
</set>
<property
name=
"
standardButtons
"
>
<set>
Q
DialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
</property>
</widget>
</item>
<item
row=
"4"
column=
"2"
colspan=
"2"
>
<widget
class=
"QComboBox"
name=
"marker_type"
/>
</item>
</layout>
</widget>
<resources/>
...
...
Write
Preview
Markdown
is supported
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