Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swl-x
MystiQ
Commits
55ff6830
Unverified
Commit
55ff6830
authored
Nov 07, 2019
by
Maikel Llamaret Heredia
Committed by
GitHub
Nov 07, 2019
Browse files
Add files via upload
parent
19d23912
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/mainwindow.cpp
View file @
55ff6830
...
...
@@ -16,6 +16,7 @@
*/
#include
"mainwindow.h"
#include
"version.h"
#include
"ui_mainwindow.h"
#include
"convertlist.h"
#include
"addtaskwizard.h"
...
...
@@ -840,7 +841,7 @@ void MainWindow::refresh_titlebar()
setWindowTitle
(
tr
(
"MystiQ is Converting %1/%2"
)
.
arg
(
finished_task_count
+
1
).
arg
(
task_count
));
}
else
{
setWindowTitle
(
tr
(
"MystiQ
"
));
setWindowTitle
(
tr
(
"MystiQ
"
)
+
tr
(
"%1"
).
arg
(
VERSION_STRING
));
}
}
...
...
ui/mainwindow.ui
View file @
55ff6830
...
...
@@ -9,7 +9,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
9
9
0
</width>
<width>
9
8
0
</width>
<height>
450
</height>
</rect>
</property>
...
...
@@ -41,6 +41,15 @@
<property
name=
"toolButtonStyle"
>
<enum>
Qt::ToolButtonTextUnderIcon
</enum>
</property>
<property
name=
"animated"
>
<bool>
false
</bool>
</property>
<property
name=
"documentMode"
>
<bool>
false
</bool>
</property>
<property
name=
"dockNestingEnabled"
>
<bool>
false
</bool>
</property>
<widget
class=
"QWidget"
name=
"centralWidget"
>
<layout
class=
"QGridLayout"
name=
"gridLayout_3"
>
<property
name=
"leftMargin"
>
...
...
@@ -87,13 +96,10 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
9
9
0
</width>
<width>
9
8
0
</width>
<height>
29
</height>
</rect>
</property>
<property
name=
"defaultUp"
>
<bool>
true
</bool>
</property>
<property
name=
"nativeMenuBar"
>
<bool>
true
</bool>
</property>
...
...
@@ -168,8 +174,8 @@
</property>
<property
name=
"iconSize"
>
<size>
<width>
3
2
</width>
<height>
3
2
</height>
<width>
2
2
</width>
<height>
2
2
</height>
</size>
</property>
<property
name=
"toolButtonStyle"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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