I want to allow people to set all options of QSqlDatabase, that way i do not force the ‘service=camper’ thing, and everyone can use whatever parameters they see fit. I plan to store these other options as Settings, because usualy this should only be done once at setup, and then we only need to input the username and login to enter. For that same reason, i do not want to show them all the time; only if the user wants to change anything. As far as i know, neither QtWidgets nor Qt Quick Controls have anything that works as Gtk’s Expander, so i had to create that component. HTML calls it <details>, Apple “disclosure control”[0], and both Microsoft and Gtk “expander”[1, 2]. I’ve choosen Gtk name, but macOS looks. [0]: https://developer.apple.com/design/human-interface-guidelines/ disclosure-controls [1]: https://learn.microsoft.com/en-us/windows/apps/design/controls/ expander [2]: https://docs.gtk.org/gtk4/class.Expander.html
Description
No description provided
Languages
PLpgSQL
67.5%
Go
24.3%
CSS
3.9%
C++
1.8%
QML
1.2%
Other
1.1%