Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
ec64f451
Commit
ec64f451
authored
Jun 12, 2021
by
Eugene Pin
Browse files
fix obsolete fonctions
parent
7ee3a17c
Pipeline
#79775
passed with stages
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gridview.cpp
View file @
ec64f451
...
@@ -300,7 +300,7 @@ GridView::GridView(QWidget *parent)
...
@@ -300,7 +300,7 @@ GridView::GridView(QWidget *parent)
info_layout
->
addWidget
(
m_mouse_pos_label
);
info_layout
->
addWidget
(
m_mouse_pos_label
);
info_layout
->
addWidget
(
new
QLabel
(
"Left click : edit; Right click : select; F11 for fullscreen mode"
,
this
));
info_layout
->
addWidget
(
new
QLabel
(
"Left click : edit; Right click : select; F11 for fullscreen mode"
,
this
));
info_layout
->
addWidget
(
new
QLabel
(
"Hold SHIFT to move across the grid; Scroll wheel or CTRL+/CTRL- to zoom"
,
this
));
info_layout
->
addWidget
(
new
QLabel
(
"Hold SHIFT to move across the grid; Scroll wheel or CTRL+/CTRL- to zoom"
,
this
));
info_layout
->
set
Margin
(
0
);
info_layout
->
set
ContentsMargins
(
0
,
0
,
0
,
0
);
m_info_section
->
setLayout
(
info_layout
);
m_info_section
->
setLayout
(
info_layout
);
layout
->
addWidget
(
m_info_section
);
layout
->
addWidget
(
m_info_section
);
...
...
src/src.pro
View file @
ec64f451
QT
+=
core
gui
QT
+=
core
gui
greaterThan
(
QT_MAJOR_VERSION
,
4
)
:
QT
+=
widgets
greaterThan
(
QT_MAJOR_VERSION
,
4
)
:
QT
+=
widgets
qtHaveModule
(
multimedia
)
:
DEFINES
+=
HAS_MULTIMEDIA
qtHaveModule
(
multimedia
)
:
DEFINES
+=
HAS_MULTIMEDIA
qtHaveModule
(
multimedia
)
:
QT
+=
multimedia
qtHaveModule
(
multimedia
)
:
QT
+=
multimedia
}
CONFIG
+=
c
++
14
CONFIG
+=
c
++
14
TEMPLATE
=
app
TEMPLATE
=
app
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment