Refactor Key Component Widgets for translations

* Ensure full labels are applied to buttons instead of splitting the Add/Change/Remove from the component name.
This commit is contained in:
Jonathan White
2021-02-14 16:59:22 -05:00
parent 75e4329c80
commit 4f7460afbd
8 changed files with 64 additions and 99 deletions

View File

@@ -43,6 +43,7 @@ public:
protected:
QWidget* componentEditWidget() override;
void initComponentEditWidget(QWidget* widget) override;
void initComponent() override;
private slots:
void hardwareKeyResponse(bool found);