Searched refs:reportLabel (Results 1 – 7 of 7) sorted by relevance
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/ |
H A D | ReportDialog.cpp | 37 …m_ui->reportLabel->setText(QLatin1String("<div style=\"white-space:pre;\">") + Application::create… in ReportDialog() 38 m_ui->reportLabel->setFont(QFontDatabase::systemFont(QFontDatabase::FixedFont)); in ReportDialog() 61 …QGuiApplication::clipboard()->setText(m_ui->reportLabel->text().remove(QRegularExpression(QLatin1S… in copyReport()
|
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/bwa/ |
H A D | BwaSettingsWidget.cpp | 57 : QObject(parent), reportLabel(nullptr), referenceSequencePath() { in BwaIndexAlgorithmWarningReporter() 65 reportLabel = _reportLabel; in setReportingLabel() 91 SAFE_POINT(nullptr != reportLabel, "Trying to access null pointer data", ); in sl_IndexAlgorithmChanged() 92 reportLabel->setText(infoText); in sl_IndexAlgorithmChanged() 97 SAFE_POINT(nullptr != reportLabel, "Trying to access null pointer data", ); in setReportLabelStyle() 98 QString infoLabelStyleSheet = reportLabel->styleSheet(); in setReportLabelStyle() 101 reportLabel->setStyleSheet(infoLabelStyleSheet); in setReportLabelStyle()
|
H A D | BwaSettingsWidget.h | 36 void setReportingLabel(QLabel *reportLabel); 45 QLabel *reportLabel; variable
|
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/options_panel/ |
H A D | GTTestsOptionPanel.cpp | 762 QString text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 770 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 778 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 787 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 794 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 805 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 832 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 840 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 849 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() 856 text = reportLabel->text(); in GUI_TEST_CLASS_DEFINITION() [all …]
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/dbi/ |
H A D | StartupTracker.java | 79 private String reportLabel; field in StartupTracker.Phase 84 private Phase(String reportLabel) { in Phase() argument 85 this.reportLabel = reportLabel; in Phase() 408 stream.println("\n=== " + root.reportLabel + " Report ==="); in displayStats()
|
/dports/www/matomo/piwik/plugins/CoreHome/templates/ |
H A D | _dataTableCell.twig | 15 {% set reportLabel = row.getColumn(labelColumn)|truncate(40)|rawSafeDecoded %} 17 'label': reportLabel,
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/men/ |
H A D | label.c | 339 reportLabel(Label lb, Name kind, CharArray fmt, int argc, Any *argv) in reportLabel() function 431 SM(NAME_report, 3, T_report, reportLabel,
|