qtdoc/examples/demos/calqlatr/content
Kai Köhne f47c18d6b1 calqlatr: Reformat .qml files
Do use qmlformat to make sure that the .qml files in
the example are uniform. Just leave out some changes that
make lines like

      case Qt.Key_0: digitPressed("0"); break;

unneccessarily long.

Store the restriction to 100chars in a .qmlformat.ini file
for other examples.

Pick-to: 6.10
Change-Id: I3f77efa83b2d5e01f1497687763e5c327da71ff2
Reviewed-by: Semih Yavuz <semih.yavuz@qt.io>
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
2025-06-30 11:22:15 +02:00
..
images Rewrite the calqlatr example to use responsive layouts 2023-12-13 17:17:22 +01:00
BackspaceButton.qml calqlatr: Reformat .qml files 2025-06-30 11:22:15 +02:00
CalculatorButton.qml calqlatr: Reformat .qml files 2025-06-30 11:22:15 +02:00
Display.qml calqlatr: Reformat .qml files 2025-06-30 11:22:15 +02:00
NumberPad.qml calqlatr: Reformat .qml files 2025-06-30 11:22:15 +02:00
calculator.js Fix for backspace not considering unary minus in calqlatr demo 2024-08-19 13:52:51 +02:00