diff -Naur qt-camels-0.02/test/README.md qt-camels-0.02c/test/README.md --- qt-camels-0.02/test/README.md 1970-01-01 01:00:00.000000000 +0100 +++ qt-camels-0.02c/test/README.md 2025-09-12 01:36:39.377233148 +0200 @@ -0,0 +1,13 @@ +List of examples, to test your installation: + +- test01.ml: a PushButton +- test02.ml: a CheckBox +- test03.ml: a Widget.setWindowTitle(), a PushButton, a CheckBox, a VBoxLayout +- test04.ml: a Widget.setWindowTitle(), a LineEdit, a Label, a VBoxLayout +- test05.ml: a ComboBox, ComboBox.addItem(), a ComboBox.connect() +- test06.ml: a Slider, and Slider.setRange() +- test07.ml: a Slider.connect(), with Label.setText() + +In `test03.ml`: a Widget with its method .setWindowTitle() called, +a VBoxLayout, to group: a PushButton, n' a CheckBox, together. +