Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/scheduler/
H A Dschedulerjob.cpp365 completionCell = value; in setCompletionCell()
366 if (nullptr != completionCell) in setCompletionCell()
367completionCell->setToolTip(i18n("Completion time for job '%1', as estimated by the Scheduler.\n" in setCompletionCell()
672 if (nullptr != completionCell) in updateJobCells()
677 completionCell->setText(QString("%1%2%L3° %4") in updateJobCells()
686 completionCell->setIcon(QIcon::fromTheme("chronometer")); in updateJobCells()
692 completionCell->setIcon(QIcon()); in updateJobCells()
699 completionCell->setText("-"); in updateJobCells()
700 completionCell->setIcon(QIcon()); in updateJobCells()
703 if (nullptr != completionCell->tableWidget()) in updateJobCells()
[all …]
H A Dschedulerjob.h395 return completionCell; in getCompletionCell()
734 QTableWidgetItem *completionCell { nullptr };
H A Dscheduler.cpp1235 QTableWidgetItem *completionCell = new QTableWidgetItem(); in saveJob() local
1236 queueTable->setItem(currentRow, static_cast<int>(SCHEDCOL_ENDTIME), completionCell); in saveJob()
1237 completionCell->setTextAlignment(Qt::AlignHCenter | Qt::AlignVCenter); in saveJob()
1238 completionCell->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled); in saveJob()