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
a1555032
Commit
a1555032
authored
Oct 09, 2020
by
Vincent Pinon
Browse files
Render widget: avoid misuse of parallel processing
parent
6ec0e308
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/renderwidget_ui.ui
View file @
a1555032
...
...
@@ -58,7 +58,7 @@
</widget>
</item>
<item>
<widget
class=
"KUrlRequester"
name=
"out_file"
native=
"true"
/>
<widget
class=
"KUrlRequester"
name=
"out_file"
/>
</item>
</layout>
</item>
...
...
@@ -341,13 +341,6 @@
</property>
</widget>
</item>
<item>
<widget
class=
"QCheckBox"
name=
"parallel_process"
>
<property
name=
"text"
>
<string>
Parallel processing
</string>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"5"
column=
"0"
>
...
...
@@ -488,7 +481,7 @@
<item>
<widget
class=
"QLabel"
name=
"threadsLabel"
>
<property
name=
"text"
>
<string>
T
hreads
</string>
<string>
Encoder t
hreads
</string>
</property>
</widget>
</item>
...
...
@@ -523,6 +516,13 @@
</item>
</layout>
</item>
<item>
<widget
class=
"QCheckBox"
name=
"parallel_process"
>
<property
name=
"text"
>
<string>
Parallel processing (experimental!)
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QCheckBox"
name=
"checkTwoPass"
>
<property
name=
"text"
>
...
...
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