mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-02-01 21:00:10 -05:00
refactor: Change UI for fix behavior
This commit is contained in:
@ -27,6 +27,8 @@ class QPlainTextEdit;
|
||||
class QToolButton;
|
||||
class QLabel;
|
||||
class QComboBox;
|
||||
class QLineEdit;
|
||||
class QFrame;
|
||||
|
||||
namespace QodeAssist {
|
||||
|
||||
@ -70,6 +72,7 @@ private:
|
||||
void createActionButtons();
|
||||
CustomInstruction findCurrentInstruction() const;
|
||||
|
||||
QLineEdit *m_quickInstructionEdit;
|
||||
QPlainTextEdit *m_textEdit;
|
||||
QToolButton *m_repeatButton;
|
||||
QToolButton *m_improveButton;
|
||||
|
||||
Reference in New Issue
Block a user