demos/embeddeddialogs/embeddeddialog.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    59 
    59 
    60     connect(ui->layoutDirection, SIGNAL(activated(int)),
    60     connect(ui->layoutDirection, SIGNAL(activated(int)),
    61             this, SLOT(layoutDirectionChanged(int)));
    61             this, SLOT(layoutDirectionChanged(int)));
    62     connect(ui->spacing, SIGNAL(valueChanged(int)),
    62     connect(ui->spacing, SIGNAL(valueChanged(int)),
    63             this, SLOT(spacingChanged(int)));
    63             this, SLOT(spacingChanged(int)));
    64     connect(ui->fontComboBox, SIGNAL(currentFontChanged(const QFont &)),
    64     connect(ui->fontComboBox, SIGNAL(currentFontChanged(QFont)),
    65             this, SLOT(fontChanged(const QFont &)));
    65             this, SLOT(fontChanged(QFont)));
    66     connect(ui->style, SIGNAL(activated(QString)),
    66     connect(ui->style, SIGNAL(activated(QString)),
    67             this, SLOT(styleChanged(QString)));
    67             this, SLOT(styleChanged(QString)));
    68 }
    68 }
    69 
    69 
    70 EmbeddedDialog::~EmbeddedDialog()
    70 EmbeddedDialog::~EmbeddedDialog()