|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef ADDTABLEDIALOG_H
19 #define ADDTABLEDIALOG_H
42 explicit AddTableDialog(QWidget *content_widget, QWidget *parent =
nullptr);
70 Ui::AddTableDialog *
ui;
84 #endif // ADDTABLEDIALOG_H
QMargins headerMargins() const
AddTableDialog::headerMargins.
Definition: addtabledialog.cpp:92
The AddTableDialog class Provide a dialog used to edit the properties of table befor adding to a diag...
Definition: addtabledialog.h:38
Qt::Alignment headerAlignment() const
AddTableDialog::headerAlignment.
Definition: addtabledialog.cpp:100
QMargins m_header_margins
Definition: addtabledialog.h:74
QFont tableFont() const
AddTableDialog::tableFont.
Definition: addtabledialog.cpp:148
static QMargins getMargins(QMargins margins=QMargins(), bool *accepted=nullptr, QWidget *parent=nullptr)
MarginsEditDialog::getMargins.
Definition: marginseditdialog.cpp:54
void saveConfig()
Definition: addtabledialog.cpp:193
QMargins tableMargins() const
AddTableDialog::tableMargins.
Definition: addtabledialog.cpp:124
void on_m_edit_header_margins_pb_clicked()
Definition: addtabledialog.cpp:177
~AddTableDialog()
AddTableDialog::~AddNomenclatureDialog.
Definition: addtabledialog.cpp:51
void on_m_table_font_pb_clicked()
Definition: addtabledialog.cpp:167
void fillSavedQuery()
Definition: addtabledialog.cpp:288
void on_m_table_margins_pb_clicked()
Definition: addtabledialog.cpp:185
Qt::Alignment tableAlignment() const
AddTableDialog::tableAlignment.
Definition: addtabledialog.cpp:132
QFont headerFont() const
AddTableDialog::headerFont.
Definition: addtabledialog.cpp:116
QString marginsToString(const QMargins &margins)
QETUtils::marginsToString.
Definition: qetutils.cpp:27
QString m_identifier
Definition: addtabledialog.h:80
void setQueryWidget(QWidget *widget)
AddTableDialog::setQueryWidget Not implemented yet.
Definition: addtabledialog.cpp:60
QFont m_header_font
Definition: addtabledialog.h:77
QIcon it
Definition: qeticons.cpp:196
Definition: autonumberingdockwidget.h:25
QWidget * m_content_widget
Definition: addtabledialog.h:72
QMargins marginsFromString(const QString &string)
QETUtils::marginsFromString.
Definition: qetutils.cpp:46
Ui::AddTableDialog * ui
Definition: addtabledialog.h:70
QWidget * contentWidget() const
Definition: addtabledialog.cpp:152
QMargins m_table_margins
Definition: addtabledialog.h:75
QString tableName() const
AddTableDialog::tableName.
Definition: addtabledialog.cpp:84
static QFont diagramTextsFont(qreal=-1.0)
QETApp::diagramTextsFont The font to use By default the font is "sans Serif" and size 9.
Definition: qetapp.cpp:1111
void on_m_header_font_pb_clicked()
Definition: addtabledialog.cpp:156
AddTableDialog(QWidget *content_widget, QWidget *parent=nullptr)
AddTableDialog::AddTableDialog.
Definition: addtabledialog.cpp:32
bool addNewTableToNewDiagram() const
AddTableDialog::addNewTableToNewDiagram.
Definition: addtabledialog.cpp:76
QIcon tr
Definition: qeticons.cpp:206
void loadConfig()
Definition: addtabledialog.cpp:233
bool adjustTableToFolio() const
AddTableDialog::adjustTableToFolio.
Definition: addtabledialog.cpp:68
static QString configDir()
QETApp::configDir Return the QET configuration folder, i.e. the path to the folder in which QET will ...
Definition: qetapp.cpp:805
QFont m_table_font
Definition: addtabledialog.h:78