Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
e95baaa3
Commit
e95baaa3
authored
Mar 14, 2013
by
Stéphane Albert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Removed ::mvd::gui namespace from AboutDialog (testing purposes).
parent
35cea1df
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
15 deletions
+5
-15
Code/Application/Viewer/mvdMainWindow.cxx
Code/Application/Viewer/mvdMainWindow.cxx
+1
-1
Code/Common/Gui/mvdAboutDialog.cxx
Code/Common/Gui/mvdAboutDialog.cxx
+1
-6
Code/Common/Gui/mvdAboutDialog.h
Code/Common/Gui/mvdAboutDialog.h
+0
-5
Code/Common/Gui/mvdAboutDialog.ui
Code/Common/Gui/mvdAboutDialog.ui
+3
-3
No files found.
Code/Application/Viewer/mvdMainWindow.cxx
View file @
e95baaa3
...
...
@@ -452,7 +452,7 @@ void
MainWindow
::
on_action_About_activated
()
{
gui
::
AboutDialog
aboutDialog
(
this
);
AboutDialog
aboutDialog
(
this
);
aboutDialog
.
exec
();
}
...
...
Code/Common/Gui/mvdAboutDialog.cxx
View file @
e95baaa3
...
...
@@ -38,9 +38,6 @@
namespace
mvd
{
namespace
gui
{
/*
TRANSLATOR mvd::AboutDialog
...
...
@@ -53,7 +50,7 @@ namespace gui
AboutDialog
::
AboutDialog
(
QWidget
*
parent
,
Qt
::
WindowFlags
flags
)
:
QDialog
(
parent
),
m_UI
(
new
mvd
::
gui
::
Ui
::
AboutDialog
()
)
m_UI
(
new
mvd
::
Ui
::
AboutDialog
()
)
{
m_UI
->
setupUi
(
this
);
...
...
@@ -73,6 +70,4 @@ AboutDialog
/*******************************************************************************/
}
// end namespace 'gui'
}
// end namespace 'mvd'
Code/Common/Gui/mvdAboutDialog.h
View file @
e95baaa3
...
...
@@ -50,9 +50,6 @@ namespace
namespace
mvd
{
namespace
gui
{
//
// Internal classes pre-declaration.
namespace
Ui
...
...
@@ -107,8 +104,6 @@ private:
private
slots
:
};
}
// end namespace 'gui'
}
// end namespace 'mvd'
#endif // __mvdAboutDialog_h
Code/Common/Gui/mvdAboutDialog.ui
View file @
e95baaa3
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
mvd::
gui::
AboutDialog
</class>
<widget
class=
"QDialog"
name=
"mvd::
gui::
AboutDialog"
>
<class>
mvd::AboutDialog
</class>
<widget
class=
"QDialog"
name=
"mvd::AboutDialog"
>
<property
name=
"windowModality"
>
<enum>
Qt::ApplicationModal
</enum>
</property>
...
...
@@ -138,7 +138,7 @@
<connection>
<sender>
m_CloseButton
</sender>
<signal>
clicked()
</signal>
<receiver>
mvd::
gui::
AboutDialog
</receiver>
<receiver>
mvd::AboutDialog
</receiver>
<slot>
close()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
...
...
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