Stake-And-Rope / py-planes

:small_airplane: Py-Planes - Qt&PyGame based game written in Python
GNU General Public License v3.0
1 stars 0 forks source link

Fixing the Qt Framework menu's behavior #11

Open karastoyanov opened 1 year ago

karastoyanov commented 1 year ago

Separate the Qt menu classed in a functions which returns only the groupbox-es for each specific QGroupBox instance. All the Qt files (except main_menu which plays as parent) should be modified. We already have QGroupBox objects, we just have to modify a bit each file and put the code inside a function.

:warning: Commits to be made only at gui_fix branch. The changes will be merged with PR into development branch

@rayapetkova Open a new Pull-Request from gui_fix branch to development branch and assign me as reviewer.