RandomNotes.wiki
changeset 598 c6bbd2eab199
parent 506 c619a5931ee5
child 599 5f4ca19b75ca
equal deleted inserted replaced
597:654a9b9b6aa5 598:c6bbd2eab199
    31 
    31 
    32 = How to add a settings option =
    32 = How to add a settings option =
    33  * `QStringList HWGame::setArguments()` in `game.cpp` is the function that prepares the argument list
    33  * `QStringList HWGame::setArguments()` in `game.cpp` is the function that prepares the argument list
    34  * `void GameUIConfig::SaveOptions()` in `gameuiconfig.cpp` loads (or initializes) values and set the widgets to those values
    34  * `void GameUIConfig::SaveOptions()` in `gameuiconfig.cpp` loads (or initializes) values and set the widgets to those values
    35  * `PageOptions::PageOptions(QWidget* parent) :  AbstractPage(parent)` is where you would add your widget
    35  * `PageOptions::PageOptions(QWidget* parent) :  AbstractPage(parent)` is where you would add your widget
       
    36 
       
    37 = Test Test 123 =
       
    38 Just to test the web interface.