예제 #1
0
void AlarmWidget::initMainWindow()
{
    initTimerBoxes();
    initButtons();
    initRadioButtons();
    initLayouts();
    tuneMainWindow();
}
예제 #2
0
/**
	Constructor
	@param complete True for this dialog to show the radio buttons that allow
	the user to specify whether the dimension is absolute, relative to the
	total width or relative to the remaining width.
	@param parent Parent QWidget
*/
TitleBlockDimensionWidget::TitleBlockDimensionWidget(bool complete, QWidget *parent) :
	QDialog(parent),
	complete_(complete),
	read_only_(false)
{
	initWidgets();
	initLayouts();
}