mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: UI
This commit is contained in:
@@ -76,6 +76,23 @@ void ScreenChecker::UpdateDisplayData()
|
||||
dataParser->AddRunData(*displays);
|
||||
}
|
||||
|
||||
void ScreenChecker::hide()
|
||||
{
|
||||
for (int i = 0; i <buttons.count();i++)
|
||||
{
|
||||
buttons[i]->hide();
|
||||
}
|
||||
}
|
||||
|
||||
void ScreenChecker::show()
|
||||
{
|
||||
|
||||
for (int i = 0; i <buttons.count();i++)
|
||||
{
|
||||
buttons[i]->show();
|
||||
}
|
||||
}
|
||||
|
||||
QString ScreenChecker::getScreenCount() const
|
||||
{
|
||||
return QString::number(screenCount);
|
||||
|
||||
Reference in New Issue
Block a user