RandomNotes.wiki
author Wuzzy
Fri, 23 Feb 2018 19:03:39 +0000
changeset 1237 c4a843642c21
parent 845 3883f95063dc
child 1238 11ecdec25bf3
permissions -rw-r--r--
RandomNotes: undocumented functions are done

#summary little tidbits that await proper structuring

= Introduction =
This page is a collection of random unsorted or unfinished stuff which is not good or structured enough to be put into one of the “real” wiki pages. Wiki editors: If something becomes actually useable, please move it to the appropriate wiki page and remove it from this page.

This page is intentionally chaotic and may change rapidliy at any time.

= 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


= Syntax test =

== Bullet points ==

 * Single lonely bullet point

 * Two bullet points
 * Two bullet points

 * Three bullets!
 * Three bullets!
 * Three bullets!

== Linktest ==

[RandomNotes#Undocumented_LuaAP_functions TESTLINK1]
[RandomNotes#Bullet_points TESTLINK2]