Home
last modified time | relevance | path

Searched refs:idLabels_ (Results 1 – 3 of 3) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.h163 QStringList idLabels_; variable
H A Doptionsdialog.cpp2391 idLabels_.clear(); in loadLabels()
2618 foreach (QString idLabel, idLabels_) { in applyLabels()
2678 if (!idLabels_.contains(idLabel)) idLabels_.append(idLabel); in addIdLabelList()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp3683 if (optionsDialog_->idLabels_.count()) { in showOptionDlg()