Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
3a70253f
Commit
3a70253f
authored
Sep 06, 2021
by
Alexander Wiebel
Browse files
[CHANGE
#510
] Make combobox appear next to checkbox
parent
69134441
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/qtgui/WQtModuleConfig.cpp
src/qtgui/WQtModuleConfig.cpp
+2
-0
No files found.
src/qtgui/WQtModuleConfig.cpp
View file @
3a70253f
...
...
@@ -181,6 +181,8 @@ WQtModuleConfig::WQtModuleConfig( QWidget* parent, Qt::WindowFlags f ):
}
connect
(
m_selectPresetBlacklist
,
SIGNAL
(
editTextChanged
(
QString
)
),
this
,
SLOT
(
comboboxItemChanged
(
QString
)
)
);
blacklistPresetRow
->
addWidget
(
m_selectPresetBlacklist
);
QSpacerItem
*
horizSpacer
=
new
QSpacerItem
(
1
,
1
,
QSizePolicy
::
Expanding
,
QSizePolicy
::
Fixed
);
blacklistPresetRow
->
addSpacerItem
(
horizSpacer
);
// create the module list
m_list
=
new
QListWidget
();
...
...
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