summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/utils.h')
-rw-r--r--utils/regtools/qeditor/utils.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/utils/regtools/qeditor/utils.h b/utils/regtools/qeditor/utils.h
index 13b9e896e9..771b671b2c 100644
--- a/utils/regtools/qeditor/utils.h
+++ b/utils/regtools/qeditor/utils.h
@@ -275,30 +275,6 @@ protected:
275 QToolButton *m_underline_button; 275 QToolButton *m_underline_button;
276}; 276};
277 277
278class MySwitchableTextEditor : public QWidget
279{
280 Q_OBJECT
281public:
282 MySwitchableTextEditor(QWidget *parent = 0);
283 QString GetTextHtml();
284 void SetTextHtml(const QString& text);
285 void SetEditorMode(bool en);
286 MyTextEditor *GetEditor();
287 QLineEdit *GetLineEdit();
288 QLabel *GetLabel();
289 void SetLineMode(bool en);
290 bool IsModified();
291
292protected:
293 void UpdateVisibility();
294
295 bool m_editor_mode;
296 bool m_line_mode;
297 QLabel *m_label;
298 MyTextEditor *m_edit;
299 QLineEdit *m_line;
300};
301
302class BackendSelector : public QWidget 278class BackendSelector : public QWidget
303{ 279{
304 Q_OBJECT 280 Q_OBJECT