SQWelcome

Create Welcome/Getting Started screens in a simple way (Qt)

SQWelcome

A simple Qt Welcome application.

Create Welcome/Getting Started screens in a simple way.

Build

mkdir build
cmake ..
make

Usage

  • Place sqwelcome.conf at /usr/share/sqwelcome/sqwelcome.conf.
  • Configure the program as you like (see options below) by editing sqwelcome.conf.
  • Place pages in the mainfolder (default: /usr/share/sqwelcome). You can use example to test and modify the program. The only knowledge required is Markdown and/or Qt RichText.

Settings

ParameterTypeDescriptionDefault Value
scrollableIntDetermines if the window is scrollable0
windowtitleStringTitle of the windowDefaultTitle
distrologoStringLogo of the distributionstart-here
mainfolderStringPath to the main folder/usr/share/sqwelcome
tabpositionIntPosition of the tabs (0: Top, 1: Left, 2: Right, 3: Bottom)0
scaleimagesIntWhether to scale images or not (does not affect inline images)0
imgscalesizeIntSize of the scaled images96
showcommentIntWhether to show a comment tooltip on the entries1
windowsizexIntWidth of the window720
windowsizeyIntHeight of the window600
winminxIntMinimum width of the window720
winminyIntMinimum height of the window600
listiconsizeIntSize of icons in the entry list32
listitemsizeIntSize of items in the entry list64

© 2026 Zariep's portfolio

Powered by Tessera for Hugo