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
Marco Bubke
flatpak-qt-creator
Commits
47a7680e
Commit
47a7680e
authored
Jun 07, 2010
by
Robert Loehning
Browse files
Adjusting size of Combo for selecting COM-port of Symbian device
parent
2d44eb37
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfigurationwidget.cpp
View file @
47a7680e
...
...
@@ -109,6 +109,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(
connect
(
SymbianUtils
::
SymbianDeviceManager
::
instance
(),
SIGNAL
(
updated
()),
this
,
SLOT
(
updateSerialDevices
()));
// Serial devices control
m_serialPortsCombo
->
setSizeAdjustPolicy
(
QComboBox
::
AdjustToContents
);
connect
(
m_serialPortsCombo
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
setSerialPort
(
int
)));
QHBoxLayout
*
serialPortHBoxLayout
=
new
QHBoxLayout
;
serialPortHBoxLayout
->
addWidget
(
m_serialPortsCombo
);
...
...
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