# HG changeset patch # User sheepluva # Date 1441860188 0 # Node ID 174622a27c8f49ac18053b5e0594254928aadf43 # Parent 87ad9962ee1f109fdff17d6301f8e8cec7084477 web-edit: test diff -r 87ad9962ee1f -r 174622a27c8f RandomNotes.wiki --- a/RandomNotes.wiki Thu Sep 10 04:39:28 2015 +0000 +++ b/RandomNotes.wiki Thu Sep 10 04:43:08 2015 +0000 @@ -26,4 +26,8 @@ = How to add a settings option = * `QStringList HWGame::setArguments()` in `game.cpp` is the function that prepares the argument list * `void GameUIConfig::SaveOptions()` in `gameuiconfig.cpp` loads (or initializes) values and set the widgets to those values - * `PageOptions::PageOptions(QWidget* parent) : AbstractPage(parent)` is where you would add your widget \ No newline at end of file + * `PageOptions::PageOptions(QWidget* parent) : AbstractPage(parent)` is where you would add your widget + + + +