[Interest] QML Menu

Igor Mironchik igor.mironchik at gmail.com
Wed Feb 28 10:42:13 CET 2018


Hello,

     Menu {
         id: menu
         x: menuButton.x - width + menuButton.width - 2
         y: toolBar.y + toolBar.height

         MenuItem {
             text: qsTr( "Change Password" )
             implicitHeight: minimumCtrlHeight
             onTriggered: {
                 qmlCppSignals.disconnectRequest()
             }
         }
     }

On Android the result is a shorten text of menu item whereas there is 
enough space to show full text. How can I fix it?

Menu

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180228/373da605/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot_2018-02-28-12-29-27.png
Type: image/png
Size: 13025 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180228/373da605/attachment.png>


More information about the Interest mailing list