Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsbsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SASC
jsbsim
Commits
e0971110
Commit
e0971110
authored
13 years ago
by
James Goppert
Browse files
Options
Downloads
Patches
Plain Diff
More gui fixes.
parent
fc3550e4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gui/MainWindow.cpp
+2
-2
2 additions, 2 deletions
gui/MainWindow.cpp
gui/MainWindow.ui
+2
-2
2 additions, 2 deletions
gui/MainWindow.ui
gui/MainWindow.ui.h
+2
-2
2 additions, 2 deletions
gui/MainWindow.ui.h
with
6 additions
and
6 deletions
gui/MainWindow.cpp
+
2
−
2
View file @
e0971110
...
@@ -86,9 +86,9 @@ void MainWindow::readSettings()
...
@@ -86,9 +86,9 @@ void MainWindow::readSettings()
{
{
QString
root
(
DATADIR
);
QString
root
(
DATADIR
);
settings
->
beginGroup
(
"mainwindow"
);
settings
->
beginGroup
(
"mainwindow"
);
lineEdit_enginePath
->
setText
(
settings
->
value
(
"enginePath"
,
root
+
"/aircraft/easystar/Engine"
).
toString
());
lineEdit_enginePath
->
setText
(
settings
->
value
(
"enginePath"
,
root
+
"/aircraft/easystar/Engine
s
"
).
toString
());
lineEdit_systemsPath
->
setText
(
settings
->
value
(
"systemsPath"
,
root
+
"/aircraft/easystar/Systems"
).
toString
());
lineEdit_systemsPath
->
setText
(
settings
->
value
(
"systemsPath"
,
root
+
"/aircraft/easystar/Systems"
).
toString
());
lineEdit_aircraftPath
->
setText
(
settings
->
value
(
"aircraftPath"
,
root
+
"/airc
a
rft/easystar"
).
toString
());
lineEdit_aircraftPath
->
setText
(
settings
->
value
(
"aircraftPath"
,
root
+
"/aircr
a
ft/easystar"
).
toString
());
lineEdit_aircraft
->
setText
(
settings
->
value
(
"aircraft"
,
"easystar-windtunnel"
).
toString
());
lineEdit_aircraft
->
setText
(
settings
->
value
(
"aircraft"
,
"easystar-windtunnel"
).
toString
());
lineEdit_initScript
->
setText
(
settings
->
value
(
"initScript"
,
""
).
toString
());
lineEdit_initScript
->
setText
(
settings
->
value
(
"initScript"
,
""
).
toString
());
settings
->
endGroup
();
settings
->
endGroup
();
...
...
This diff is collapsed.
Click to expand it.
gui/MainWindow.ui
+
2
−
2
View file @
e0971110
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</sizepolicy>
</sizepolicy>
</property>
</property>
<property
name=
"windowTitle"
>
<property
name=
"windowTitle"
>
<string>
mavs
im Trim Program
(for JSBSim models)
</string>
<string>
JSBS
im Trim Program
</string>
</property>
</property>
<widget
class=
"QWidget"
name=
"centralwidget"
>
<widget
class=
"QWidget"
name=
"centralwidget"
>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
...
@@ -267,7 +267,7 @@
...
@@ -267,7 +267,7 @@
<item
row=
"1"
column=
"1"
colspan=
"5"
>
<item
row=
"1"
column=
"1"
colspan=
"5"
>
<widget
class=
"QLineEdit"
name=
"lineEdit_velocity"
>
<widget
class=
"QLineEdit"
name=
"lineEdit_velocity"
>
<property
name=
"text"
>
<property
name=
"text"
>
<string>
50
0
</string>
<string>
4
0
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
This diff is collapsed.
Click to expand it.
gui/MainWindow.ui.h
+
2
−
2
View file @
e0971110
/********************************************************************************
/********************************************************************************
** Form generated from reading UI file 'MainWindow.ui'
** Form generated from reading UI file 'MainWindow.ui'
**
**
** Created: Tue Aug 16 2
0:52:00
2011
** Created: Tue Aug 16 2
2:39:02
2011
** by: Qt User Interface Compiler version 4.7.3
** by: Qt User Interface Compiler version 4.7.3
**
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
** WARNING! All changes made in this file will be lost when recompiling UI file!
...
@@ -813,7 +813,7 @@ public:
...
@@ -813,7 +813,7 @@ public:
<<
QApplication
::
translate
(
"MainWindow"
,
"Pull Back"
,
0
,
QApplication
::
UnicodeUTF8
)
<<
QApplication
::
translate
(
"MainWindow"
,
"Pull Back"
,
0
,
QApplication
::
UnicodeUTF8
)
);
);
label
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"velocity"
,
0
,
QApplication
::
UnicodeUTF8
));
label
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"velocity"
,
0
,
QApplication
::
UnicodeUTF8
));
lineEdit_velocity
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"
50
0"
,
0
,
QApplication
::
UnicodeUTF8
));
lineEdit_velocity
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"
4
0"
,
0
,
QApplication
::
UnicodeUTF8
));
label_11
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"ft/s"
,
0
,
QApplication
::
UnicodeUTF8
));
label_11
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"ft/s"
,
0
,
QApplication
::
UnicodeUTF8
));
label_6
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"roll rate"
,
0
,
QApplication
::
UnicodeUTF8
));
label_6
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"roll rate"
,
0
,
QApplication
::
UnicodeUTF8
));
lineEdit_rollRate
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"0"
,
0
,
QApplication
::
UnicodeUTF8
));
lineEdit_rollRate
->
setText
(
QApplication
::
translate
(
"MainWindow"
,
"0"
,
0
,
QApplication
::
UnicodeUTF8
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment