Lines Matching refs:checkChanged

329         checkChanged();  in removeLabelPressed()
347 checkChanged(); in addLabelPressed()
402 TagDialog::checkChanged() //SLOT in checkChanged() function in TagDialog
551 connect( ui->kLineEdit_title, &QLineEdit::textChanged, this, &TagDialog::checkChanged ); in initUi()
552 …kComboBox_composer, QOverload<int>::of(&QComboBox::activated), this, &TagDialog::checkChanged ); in initUi()
553 … connect( ui->kComboBox_composer, &QComboBox::editTextChanged, this, &TagDialog::checkChanged ); in initUi()
554 …kComboBox_artist, QOverload<int>::of(&QComboBox::activated), this, &TagDialog::checkChanged ); in initUi()
555 … connect( ui->kComboBox_artist, &QComboBox::editTextChanged, this, &TagDialog::checkChanged ); in initUi()
556 …kComboBox_album, QOverload<int>::of(&QComboBox::activated), this, &TagDialog::checkChanged ); in initUi()
557 … connect( ui->kComboBox_album, &QComboBox::editTextChanged, this, &TagDialog::checkChanged ); in initUi()
558 …kComboBox_albumArtist, QOverload<int>::of(&QComboBox::activated), this, &TagDialog::checkChanged ); in initUi()
559 … connect( ui->kComboBox_albumArtist, &QComboBox::editTextChanged, this, &TagDialog::checkChanged ); in initUi()
560 …kComboBox_genre, QOverload<int>::of(&QComboBox::activated), this, &TagDialog::checkChanged ); in initUi()
561 … connect( ui->kComboBox_genre, &QComboBox::editTextChanged, this, &TagDialog::checkChanged ); in initUi()
562 connect( ui->kLineEdit_Bpm, &QLineEdit::textChanged, this, &TagDialog::checkChanged ); in initUi()
563 …dget, QOverload<int>::of(&KRatingWidget::ratingChanged), this, &TagDialog::checkChanged ); in initUi()
564 …pinBox_track, QOverload<int>::of(&QSpinBox::valueChanged), this, &TagDialog::checkChanged ); in initUi()
565 …pinBox_year, QOverload<int>::of(&QSpinBox::valueChanged), this, &TagDialog::checkChanged ); in initUi()
566 …pinBox_score, QOverload<int>::of(&QSpinBox::valueChanged), this, &TagDialog::checkChanged ); in initUi()
567 …onnect( ui->qPlainTextEdit_comment, &QPlainTextEdit::textChanged, this, &TagDialog::checkChanged ); in initUi()
568 connect( ui->kRichTextEdit_lyrics, &QTextEdit::textChanged, this, &TagDialog::checkChanged ); in initUi()
569 …pinBox_discNumber, QOverload<int>::of(&QSpinBox::valueChanged), this, &TagDialog::checkChanged ); in initUi()
583 …>kComboBox_label, QOverload<>::of(&KComboBox::returnPressed), this, &TagDialog::checkChanged ); in initUi()