mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 12:58:23 +00:00
The length is an important property of a string and should be available as a getter. The new size() method is consistent with std::string. ChangeLog: [C++] Added `SharedString::size()` |
||
|---|---|---|
| .. | ||
| libraries | ||
| multiple-includes | ||
| CMakeLists.txt | ||
| datastructures.cpp | ||
| eventloop.cpp | ||
| interpreter.cpp | ||
| models.cpp | ||
| platform_eventloop.cpp | ||
| properties.cpp | ||
| redpixel.png | ||
| test.slint | ||
| testing.cpp | ||
| window.cpp | ||