Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
0df3809a
Commit
0df3809a
authored
Jul 08, 2018
by
LEFEBVREJP email
Browse files
Setting NumberPadWidget object name.
parent
bffd5f7c
Pipeline
#14012
passed with stages
in 7 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixwidgets/numberpadwidget.cc
View file @
0df3809a
...
...
@@ -64,6 +64,7 @@ NumberPadWidget::NumberPadWidget(QWidget *parent)
mNumberWidget
->
setWindowFlags
(
Qt
::
WindowDoesNotAcceptFocus
|
Qt
::
Tool
|
Qt
::
FramelessWindowHint
|
Qt
::
WindowStaysOnTopHint
);
mNumberWidget
->
setObjectName
(
"number_pad_widget"
);
int
row
=
0
;
int
col
=
0
;
...
...
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