CIntroWindow 0 0 250 300 BlackGUI intro screen :/blackgui/icons/aircraftdeparture.png:/blackgui/icons/aircraftdeparture.png QWidget { font-family: arial-rounded; font: bold 10px; color: yellow; /** font **/ background-color: black; } QPushButton { background-color: rgba(255, 255, 0, 175); color: black; border-style: solid; border-width:1px; border-radius: 5px; border-color: green; margin: 3px; padding: 3px; } QRadioButton { background-color: transparent; } QGroupBox { border: 2px solid yellow; border-radius: 5px; margin-top: 2ex; /* leave space at the top for the title */ } QComboBox { background-color: black; border: 1px solid yellow; } QGroupBox::title { subcontrol-origin: margin; subcontrol-position: top left; /* position at the top center */ padding: 0 0px; margin: 0px; background-color: black; } #lbl_Icon { max-height: 128; max-width: 128; } false true 9 9 0 9 9 Window Normal true Frameless Core Included in GUI process External (DBus) true External, voice included QFrame::StyledPanel QFrame::Raised 3 2 2 0 2 Model DB Web site del.settings Qt::Vertical 20 40 DBus server true QComboBox::InsertAtTop Qt::Horizontal QDialogButtonBox::Cancel|QDialogButtonBox::Ok bb_OkCancel accepted() CIntroWindow accept() 257 230 157 274 bb_OkCancel rejected() CIntroWindow reject() 310 230 286 274 pb_ModelDb clicked() CIntroWindow buttonClicked() 217 34 319 37 pb_WebSite clicked() CIntroWindow buttonClicked() 262 58 322 73 buttonClicked()