Add NoScrollComboBox::editingFinished, disable diving map buttons with no map

This commit is contained in:
GriffinR
2025-04-14 13:41:57 -04:00
parent b6548fd49c
commit d014eef9e8
12 changed files with 63 additions and 57 deletions

View File

@@ -18,6 +18,9 @@ public:
void setLineEdit(QLineEdit *edit);
void setFocusedScrollingEnabled(bool enabled);
signals:
void editingFinished();
private:
void setItem(int index, const QString &text);