Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
fc309a43
Commit
fc309a43
authored
Nov 11, 2018
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
dff4c0ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
23 deletions
+1
-23
MainWindow.cc
src/ui/MainWindow.cc
+0
-3
MainWindow.ui
src/ui/MainWindow.ui
+1
-20
No files found.
src/ui/MainWindow.cc
View file @
fc309a43
...
...
@@ -131,9 +131,6 @@ MainWindow::MainWindow()
emit
initStatusChanged
(
tr
(
"Setting up user interface"
),
Qt
::
AlignLeft
|
Qt
::
AlignBottom
,
QColor
(
62
,
93
,
141
));
_ui
.
setupUi
(
this
);
// Make sure tool bar elements all fit before changing minimum width
setMinimumWidth
(
1024
);
setMinimumHeight
(
620
);
configureWindowName
();
// Setup central widget with a layout to hold the views
...
...
src/ui/MainWindow.ui
View file @
fc309a43
...
...
@@ -10,12 +10,6 @@
<height>
600
</height>
</rect>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
640
</width>
<height>
400
</height>
</size>
</property>
<property
name=
"baseSize"
>
<size>
<width>
1100
</width>
...
...
@@ -31,20 +25,7 @@
<property
name=
"styleSheet"
>
<string
notr=
"true"
/>
</property>
<widget
class=
"QWidget"
name=
"centralWidget"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"MinimumExpanding"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
200
</width>
<height>
150
</height>
</size>
</property>
</widget>
<widget
class=
"QWidget"
name=
"centralWidget"
/>
<widget
class=
"QMenuBar"
name=
"menuBar"
>
<property
name=
"geometry"
>
<rect>
...
...
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