Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

refactor: General Qt Utils

wyzula_j requested to merge refactor/qt_utils into main

Description

I moved some utils to new folder qt_utils, we can consider to move there more, now I just refactored toolbar and general settings dialog which I am using for popups.

So far we have (on some of them I made ABC to enforce structure) :

  • ToolBarAction(ABC), ModularToolBar(QToolBar)
  • SettingWidget(QWidget), SettingsDialog(QDialog) → setting widget is used to define accept methods and show the current settings of the target widget.
Edited by wyzula_j

Merge request reports

Loading