aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/multieditor/multieditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/multieditor/multieditor.h')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/multieditor/multieditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/multieditor/multieditor.h b/SQLiteStudio3/guiSQLiteStudio/multieditor/multieditor.h
index 2576c97..04b9af7 100644
--- a/SQLiteStudio3/guiSQLiteStudio/multieditor/multieditor.h
+++ b/SQLiteStudio3/guiSQLiteStudio/multieditor/multieditor.h
@@ -45,6 +45,7 @@ class GUI_API_EXPORT MultiEditor : public QWidget
void setDeletedRow(bool value);
void setDataType(const DataType& dataType);
void focusThisEditor();
+ void setCornerLabel(const QString& label);
static void loadBuiltInEditors();
@@ -61,6 +62,7 @@ class GUI_API_EXPORT MultiEditor : public QWidget
static const int margins = 2;
static const int spacing = 2;
+ QLabel* cornerLabel = nullptr;
QCheckBox* nullCheck = nullptr;
QTabWidget* tabs = nullptr;
QList<MultiEditorWidget*> editors;