#include <qprofui.h>
Public Slots | |
void | setSelectedProfile (int) |
void | apply () |
void | apply_and_close () |
void | saveAs () |
void | deletePreset () |
Signals | |
void | changedNames () |
void | refreshColourTableButtons () |
Public Member Functions | |
QProfileEditor () | |
void | updateProfilesList () |
void | setQpuiWidget (QpWindow *w) |
Protected Attributes | |
QComboBox * | profilesList |
QPushButton * | applyButton |
QPushButton * | saveAsButton |
QPushButton * | deleteButton |
PlotConfig * | plotWidget |
PlotConfig2 * | plotWidget2 |
PathConfig * | pathWidget |
GuiConfig * | guiWidget |
MiscConfig * | miscWidget |
QProfileEditor::QProfileEditor | ( | ) |
void QProfileEditor::apply | ( | ) | [slot] |
void QProfileEditor::apply_and_close | ( | ) | [slot] |
void QProfileEditor::changedNames | ( | ) | [signal] |
void QProfileEditor::deletePreset | ( | ) | [slot] |
void QProfileEditor::refreshColourTableButtons | ( | ) | [signal] |
void QProfileEditor::saveAs | ( | ) | [slot] |
void QProfileEditor::setQpuiWidget | ( | QpWindow * | w | ) |
void QProfileEditor::setSelectedProfile | ( | int | index | ) | [slot] |
void QProfileEditor::updateProfilesList | ( | ) |
QPushButton* QProfileEditor::applyButton [protected] |
QPushButton* QProfileEditor::deleteButton [protected] |
GuiConfig* QProfileEditor::guiWidget [protected] |
MiscConfig* QProfileEditor::miscWidget [protected] |
PathConfig* QProfileEditor::pathWidget [protected] |
PlotConfig* QProfileEditor::plotWidget [protected] |
PlotConfig2* QProfileEditor::plotWidget2 [protected] |
QComboBox* QProfileEditor::profilesList [protected] |
QPushButton* QProfileEditor::saveAsButton [protected] |