Home
last modified time | relevance | path

Searched refs:formViewRowCountLabel (Results 1 – 2 of 2) sorted by relevance

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Ddataview.cpp48 formViewRowCountLabel = new QLabel(); in init()
264 actionMap[FORM_TOTAL_ROWS] = formToolBar->addWidget(formViewRowCountLabel); in createActions()
652 formViewRowCountLabel->setText(msg); in updateResultsCount()
654 formViewRowCountLabel->setToolTip(QString()); in updateResultsCount()
659 formViewRowCountLabel->setText(" "); in updateResultsCount()
661 formViewRowCountLabel->setMovie(ICONS.LOADING); in updateResultsCount()
665 formViewRowCountLabel->setToolTip(loadingMsg); in updateResultsCount()
H A Ddataview.h162 QLabel* formViewRowCountLabel = nullptr; variable