qml
QML Webview renders SELECT elements with x-offset
I’m currently implementing a WebView which contains a web page with a select form element on the page. Whenever I click on the select box, the dialog containing the possible values is appearing off t[详细]
2023-03-29 13:26 分类:问答Scale Element in StateELement
I can write lines below and开发者_开发知识库 got it work: states: State { name: \"active\"; when:myitem.activeFocus;[详细]
2023-03-29 04:33 分类:问答Twitter update returning 401 Unauthorized when run in QML, but works first time only on desktop Java
I am implementing a twitter post client in Qt Quick/QML, using Javascript for app logic. I have successfully completed the first steps of the oAuth procedure, and have obtained the oAuth token and se[详细]
2023-03-28 22:53 分类:问答What to do to make "onEntered" working?
I have a custom QDeclarativeItem subclass named Polygon. I add a MouseArea in it but onEntered or onPressed does not working, or am i expect wrong thing to happen? I can see my polygons on the window[详细]
2023-03-28 13:27 分类:问答Databases and Qt
I am building an application in Qt/QML. I have a table view of the database (PostgreSQL). Is there a way to dynamically refresh my table if there is any change in the database.[详细]
2023-03-28 11:23 分类:问答Size of elements in QML
I am new to QML. As I understand, all elements have an associated width and height which determines their size.[详细]
2023-03-28 05:40 分类:问答QT QML Photo Gallery symbian^1
I try to open a widows on image folder with library MGFetch, i\'ve no probleme in sy开发者_C百科mbian^3, but on symbian^1 when i include :[详细]
2023-03-28 04:22 分类:问答Get clients telephone number
How can I get phone number of client\'s cell phone in QML? Not a phone number of someone in 开发者_运维技巧users contact list.[详细]
2023-03-27 03:00 分类:问答Where to make initialization of members of QML type?
I generated a custom type polygon Polygon { id: aPieChart anchors.centerIn: parent width: 100; height: 100[详细]
2023-03-26 21:05 分类:问答QT Quick Designer Custom Components are Blank?
I\'m doing some testing of QT Quick to see if i can use it as a GUI replacement for the old Ui files. I noticed in some of the examples that custom components will populate the library view. I managed[详细]
2023-03-26 20:44 分类:问答