Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
c539f38d
Commit
c539f38d
authored
Oct 22, 2018
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QT: Fixed crash when closing the XttGe widget.
parent
9e660bbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xtt/lib/xtt/qt/xtt_ge_qt.cqt
xtt/lib/xtt/qt/xtt_ge_qt.cqt
+1
-1
xtt/lib/xtt/qt/xtt_ge_qt.h
xtt/lib/xtt/qt/xtt_ge_qt.h
+1
-1
No files found.
xtt/lib/xtt/qt/xtt_ge_qt.cqt
View file @
c539f38d
...
@@ -225,6 +225,7 @@ XttGeQt::~XttGeQt()
...
@@ -225,6 +225,7 @@ XttGeQt::~XttGeQt()
if (nav_shell) {
if (nav_shell) {
nav_shell->close();
nav_shell->close();
}
}
delete graph;
}
}
void XttGeQt::pop()
void XttGeQt::pop()
...
@@ -285,7 +286,6 @@ XttGeQt::XttGeQt(QWidget* xg_parent_wid, void* xg_parent_ctx,
...
@@ -285,7 +286,6 @@ XttGeQt::XttGeQt(QWidget* xg_parent_wid, void* xg_parent_ctx,
// Qt
// Qt
if (!(options & ge_mOptions_Embedded)) {
if (!(options & ge_mOptions_Embedded)) {
toplevel = new XttGeQtWidget(this, xg_parent_wid);
toplevel = new XttGeQtWidget(this, xg_parent_wid);
toplevel->setToolTip(fl("xtt_ge widget"));
toplevel->setMinimumSize(window_width, window_height);
toplevel->setMinimumSize(window_width, window_height);
toplevel->setWindowTitle(QString::fromLatin1(title));
toplevel->setWindowTitle(QString::fromLatin1(title));
toplevel->setAttribute(Qt::WA_DeleteOnClose);
toplevel->setAttribute(Qt::WA_DeleteOnClose);
...
...
xtt/lib/xtt/qt/xtt_ge_qt.h
View file @
c539f38d
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
QWidget
*
graph_form
;
QWidget
*
graph_form
;
QLineEdit
*
value_input
;
QLineEdit
*
value_input
;
QWidget
*
value_dialog
;
QWidget
*
value_dialog
;
QMessageBox
*
confirm_widget
;
QMessageBox
*
confirm_widget
=
NULL
;
CoWowFocusTimerQt
focustimer
;
CoWowFocusTimerQt
focustimer
;
XttGeQt
(
QWidget
*
parent_wid
,
void
*
parent_ctx
,
const
char
*
name
,
XttGeQt
(
QWidget
*
parent_wid
,
void
*
parent_ctx
,
const
char
*
name
,
...
...
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