Refactored Rename Tab dialog and its context menu (#2713)

* Added placeholder to tab rename dialog's input

* Always set placeholder to default tab name.

* Renamed context menu entries, updated popup

* Removed TextInputDialog class, slight popup fix

* Forgot to rename variable (no fun allowed 😥)

* forsenT

* Made use of QDialogButtonBox

* Added changelog entry
This commit is contained in:
Paweł
2021-05-02 12:59:14 +02:00
committed by GitHub
parent b614ce1cd8
commit f7506d495f
7 changed files with 43 additions and 108 deletions
-2
View File
@@ -342,8 +342,6 @@ set(SOURCE_FILES main.cpp
widgets/dialogs/SelectChannelFiltersDialog.hpp
widgets/dialogs/SettingsDialog.cpp
widgets/dialogs/SettingsDialog.hpp
widgets/dialogs/TextInputDialog.cpp
widgets/dialogs/TextInputDialog.hpp
widgets/dialogs/UpdateDialog.cpp
widgets/dialogs/UpdateDialog.hpp
widgets/dialogs/UserInfoPopup.cpp