DialogOptions
0
0
228
204
Options
QWidget
{
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
}
QPushButton
{
border: 1px solid white;
border-radius: 4px;
height: 20px;
min-width: 50px;
}
QPushButton:hover
{
background-color:rgb(71, 71, 71);
}
QPushButton:pressed
{
background-color:rgb(42, 42, 42);
}
QFrame, QToolTip
{
color: black;
}
QLabel
{
color: white;
}
-
-
Start at boot:
-
-
Default login:
-
Auto connect at launch:
-
-
QWidget
{
border: 1px solid white;
border-radius: 1px;
}
QFrame, QToolTip
{
color: white;
}
true
-
Auto reconnect interval:
-
16777215
16777215
ms
16777215
1000
-
Qt::Horizontal
QDialogButtonBox::Cancel|QDialogButtonBox::Ok
checkStartAtBoot
checkAutoConnect
buttonBox
buttonBox
accepted()
DialogOptions
accept()
248
254
157
274
buttonBox
rejected()
DialogOptions
reject()
316
260
286
274