refactor: Change UI for fix behavior

This commit is contained in:
Petr Mironychev
2026-01-19 23:52:44 +01:00
parent ddd6aba091
commit 6f11260cd1
2 changed files with 82 additions and 77 deletions

View File

@ -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;