qml
Make function of root QML component callable for other components
I want to show a message box, that is implemented in main.qml (a开发者_C百科s a layer above all other components). The function showMessage() makes the QML message box visible and sets the text. So it[详细]
2023-02-23 03:26 分类:问答Navigating and addressing QMLComponents
I am working on a desktop application the uses a QML开发者_运维技巧 GUI with a lot of QML Components.[详细]
2023-02-22 21:58 分类:问答can't edit QML files in designer mode
i am trying out qml designer using qtcreator 2.0.1 but the designer tab is disabl开发者_StackOverflow中文版ed when i create a new qml project.[详细]
2023-02-20 03:29 分类:问答Looking for a parser for QML-format files [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-20 02:09 分类:问答QML text scroll
I am using C++ and QML to create a nice interface. I would like to have a \"console view\", where plenty to text is printed through time.[详细]
2023-02-19 13:30 分类:问答QT Framework QML Application fonts too small on Mac OS X
I have a QT application where font family and size is set in QML On windows and linux it works fine. However, on OS X text appears too small. This is something that someone else wrote. It uses Segoe[详细]
2023-02-19 08:41 分类:问答Adding elements at runtime
How can I add an element to any view at runtime? for example, when s开发者_JAVA技巧ome signal is fired, the application should add a rectangle to a specific row.[详细]
2023-02-18 19:28 分类:问答About switching pages in a ListView
I made a ListView that contains 3 rectangles (pages) & they are flicked horizontally, a rectangle is shown at a time & the view switches between them using a button,[详细]
2023-02-18 13:14 分类:问答QT QML/C++ application crash on exit
I have a QML / C++ hybrid application which is fairly complex with a few threads updating data in the background. Everything works flawlessly except when I make a certain ListView visible, populate it[详细]
2023-02-16 21:24 分类:问答Looking for QML scrollBar component
Who knows QML scrollbar componen开发者_运维技巧t with the standard Windows style?See the blog entry QML Components for Desktop? in the Qt Labs Blog. But beware: this is unfinished code and in my insta[详细]
2023-02-16 14:26 分类:问答