summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/progressdialog/doc/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <[email protected]>2025-12-10 10:53:28 +0100
committerVolker Hilsheimer <[email protected]>2025-12-12 00:11:11 +0100
commit8bf53bb39855444dbfa37c4797dd23096778fb15 (patch)
treea183d947105aec9f24a132d0da02c7fd472751bc /examples/qtconcurrent/progressdialog/doc/src
parentcfc555bc4d35fc460fd8f963e7ed50f0dd2cb4e4 (diff)
QRMA: try to constrain the data source for insertColumn(s)
insertColumn can insert a data element, or a range of data elements, which then inserts one element from the source range for each row. insertColumns can insert a range of data elements (which is then the data inserted into each row), or a range of ranges of data elements (in which case we insert one range from the source for each row). Try to constrain this by inspecting the input data type, and allowing only compatible data elements, as well as ranges holding compatible data elements. Make the API test more specific - test with lists of integers, so that we can confirm that such input data wouldn't be allowed to add columns to a model holding pointers. Pick-to: 6.11 Change-Id: I1b67510b3f70f147530a3ae453b01328f2e639d2 Reviewed-by: Artem Dyomin <[email protected]>
Diffstat (limited to 'examples/qtconcurrent/progressdialog/doc/src')
0 files changed, 0 insertions, 0 deletions