Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
farid
thesis
Commits
7b14a093
Commit
7b14a093
authored
Sep 06, 2016
by
Farid Alijani
Browse files
GUI rob@work3
parent
34860350
Changes
4
Hide whitespace changes
Inline
Side-by-side
Files_4_thesis/Pictures/GUI.png
View replaced file @
34860350
View file @
7b14a093
947 KB
|
W:
|
H:
1.19 MB
|
W:
|
H:
2-up
Swipe
Onion skin
MobileRobot/MobRobGUI/MobileRobotGUI/gui.cpp
View file @
7b14a093
...
...
@@ -11,7 +11,7 @@ using namespace std;
GUI
::
GUI
(
QWidget
*
parent
)
:
QMainWindow
(
parent
),
ui
(
new
Ui
::
GUI
)
{
ui
->
setupUi
(
this
);
this
->
setWindowTitle
(
"GUI for
V
ison-based
D
ocking
Care-O-Bot
3"
);
this
->
setWindowTitle
(
"GUI for
v
ison-based
d
ocking
of ROB@WORK
3"
);
GoToDocking
();
Dock
();
...
...
@@ -47,7 +47,7 @@ void GUI::Point_fiducial_Detection()
{
btnPF
.
setParent
(
ui
->
centralWidget
);
btnPF
.
setGeometry
(
70
,
140
,
250
,
30
);
btnPF
.
setText
(
"
Point Fiducial
Detection"
);
btnPF
.
setText
(
"
Object
Detection"
);
Xposlbl_pf
.
setParent
(
ui
->
centralWidget
);
Xpos_pf
.
setParent
(
ui
->
centralWidget
);
...
...
@@ -72,7 +72,7 @@ void GUI::AR_Detection()
{
btnAR
.
setParent
(
ui
->
centralWidget
);
btnAR
.
setGeometry
(
70
,
200
,
250
,
30
);
btnAR
.
setText
(
"AR
Fiducial
Detection"
);
btnAR
.
setText
(
"AR
Marker
Detection"
);
Xposlbl_AR
.
setParent
(
ui
->
centralWidget
);
Xpos_AR
.
setParent
(
ui
->
centralWidget
);
...
...
@@ -106,7 +106,7 @@ void GUI::ProgQuit()
{
btnExit
.
setParent
(
ui
->
centralWidget
);
btnExit
.
setGeometry
(
70
,
260
,
250
,
30
);
btnExit
.
setText
(
"E
XIT
"
);
btnExit
.
setText
(
"E
xit
"
);
connect
(
&
btnExit
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
close
()));
}
...
...
MobileRobot/MobRobGUI/build-MobileRobotGUI-Desktop_Qt_5_5_1_GCC_64bit-Debug/MobileRobotGUI
View file @
7b14a093
No preview for this file type
MobileRobot/MobRobGUI/build-MobileRobotGUI-Desktop_Qt_5_5_1_GCC_64bit-Debug/gui.o
View file @
7b14a093
No preview for this file type
Write
Preview
Supports
Markdown
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