GUI help
-
Don’t try to fit everything in one widget. That would end up a sort of Frankenmonster.
Take the time to cut your application in logical pieces. Then write your widgets.
-
If recommend a clean design so yes you are going to end up with several classes and thus several header and source files.
-
with two new projects. connected together.
as one project (menu) two project (game gui).or I have to be a more cpp file.?
-
this is whether I have to have everything in one project. or does it link the project to one another?
I would like some specific answer
procedure
start game -> Game menu -> new game -> select option [select from sql (eg tym)] -> Game
First, the GUI will then program the game.
so I would love to have the best done to get this done -
this is whether I have to have everything in one project. or does it link the project to one another?
I would like some specific answer
procedure
start game -> Game menu -> new game -> select option [select from sql (eg tym)] -> Game
First, the GUI will then program the game.
so I would love to have the best done to get this done -
actually when I have a game menu in it I choose from the sql option. so he's always going to do game gui by sql to make the game gui virtually neutral.
do not you have some tutorials or examples here?
otherwise it is good to have a game menu separate from game gui in two projects
this is how it should actually work -
so it can be done in qt.
choose from sql and by choice -> GUI (neutral, sql-dependent)
something like select options and (team selection) -> Game (by sql)
so that Game always be switched according to the choice in sql