RandomNotes.wiki
changeset 8 55340ce0339a
child 504 fbc43fa808ff
equal deleted inserted replaced
7:a50f628f1564 8:55340ce0339a
       
     1 #summary little tidbits that await proper structuring
       
     2 
       
     3 how to add a settings option
       
     4 QStringList HWGame::setArguments() in game.cpp is the function that prepares the argument list
       
     5 void GameUIConfig::SaveOptions() in gameuiconfig.cpp loads (or initializes) values and set the widgets to those values
       
     6 PageOptions::PageOptions(QWidget* parent) :  AbstractPage(parent) is where you would add your widget