#include "../ApplicationController.h"#include "../events/TableEvents.h"#include "ui_TableWidgetForm.h"#include "TableWidget.h"#include <QSettings>#include <QColor>#include <QColorDialog>Go to the source code of this file.
Functions | |
| QString | GetRGBString (QColor color) |
| QString | GetStyleSheetFromColors (QColor primaryColor, QColor secondaryColor) |
| QString GetRGBString | ( | QColor | color | ) |
Definition at line 12 of file TableWidget.cpp.
Referenced by GetStyleSheetFromColors().
| QString GetStyleSheetFromColors | ( | QColor | primaryColor, |
| QColor | secondaryColor | ||
| ) |
Definition at line 23 of file TableWidget.cpp.
References GetRGBString().
Referenced by te::qt::af::GetStyleSheetFromSettings(), te::qt::af::TableWidget::onAlternateRowColorsGroupBoxClicked(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), te::qt::af::TableWidget::onPrimaryPushButtonClicked(), te::qt::af::TableWidget::onSecondaryPushButtonClicked(), and te::qt::af::TableWidget::TableWidget().