GUI help
-
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 -
yes, I would like to know if this is possible with qt.
but I do not know how to set it to make the result like what I want@caca0o
yes, Qt has good database support so its very possible.
You will have to know SQL to some extent to use it.
https://www.w3schools.com/sql/and use these classes
http://doc.qt.io/qt-5/qtsql-index.html -
ok thanks... when I think in the future.
i still do not know how to set in qt (neutral - .cpp? as the main window with GUI - game)
it should actually work for people in the game -
ok it will be annoying. but will it work when I have different lines in a stacket widget like (news, home, roster, etc.)?