Changeset - 1f38d055f6dc
[Not reviewed]
portlist
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-09-13 10:34:58
hy@ozderya.net
removed "Port:" label from toolbar
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
portcontrol.cpp
Show inline comments
 
@@ -43,7 +43,6 @@ PortControl::PortControl(QSerialPort* po
 
    QObject::connect(&openAction, &QAction::triggered,
 
                     this, &PortControl::openActionTriggered);
 

	
 
    portToolBar.addWidget(new QLabel("Port:"));
 
    portToolBar.addWidget(&tbPortList);
 
    portToolBar.addAction(&openAction);
 

	
0 comments (0 inline, 0 general)