Hi Everybody,
How to implement the QML Radio button in the QtQuick 1.1.
Please share the sample code if any body has used the radio button functionality.
BR,
Aster
Printable View
Hi Everybody,
How to implement the QML Radio button in the QtQuick 1.1.
Please share the sample code if any body has used the radio button functionality.
BR,
Aster
Hello,
Code:
GroupBox { title: "Tab Position" RowLayout { ExclusiveGroup { id: tabPositionGroup } RadioButton { text: "Top" checked: true exclusiveGroup: tabPositionGroup } RadioButton { text: "Bottom" exclusiveGroup: tabPositionGroup } } }
Just a question. Are you really a certified Qt Developer?!?!?!
Certified Developer don´t ask. They answer;o))
Hey come on I oversee the 1.1 ,-)) Don´t be a moraliser.