Skip to content

Commit

Permalink
Change Create Connect button function
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorbly committed Dec 4, 2023
1 parent 4fb6d20 commit 6b70d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Create3Widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Create3Widget::Create3Widget(Device *device, QWidget *parent)
ui->setupUi(this);
performStandardSetup(tr("Create 3"), false);
setStyleSheet("QScrollBar:vertical {border: 2px solid grey;background:grey ;width: 100px; margin: 22px 0 22px 0; } QScrollBar::handle:vertical { border: 2px solid grey;background: white; min-height: 20px; } QScrollBar::add-line:vertical { border: 2px solid grey;background: #32CC99; height: 20px; subcontrol-position: bottom; subcontrol-origin: margin; } QScrollBar::sub-line:vertical {border: 2px solid grey; background: #32CC99; height: 20px; subcontrol-position: top; subcontrol-origin: margin; } QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { border: 2px solid grey;width: 3px; height: 3px; background: white; }QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {border: 2px solid grey; background: none;}");
connect(ui->CreateConnectButton, SIGNAL(clicked()), SLOT(isConnected()));
connect(ui->CreateConnectButton, SIGNAL(clicked()), SLOT(create3Connect()));
// connect(ui->ResetServerButton, SIGNAL(clicked()), SLOT(resetServer()));
connect(ui->Create3SensorListButton, SIGNAL(clicked()), SLOT(sensorList()));
connect(ui->Create3ExampleProgramButton, SIGNAL(clicked()), SLOT(exampleList()));
Expand Down

0 comments on commit 6b70d7b

Please sign in to comment.