Results 1 to 6 of 6

Thread: SetTaborder

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Feb 2008
    Posts
    47
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1

    Post Re: SetTaborder

    I set the autoexclusive to false,still the radiobuttons are not getting the focus.
    .
    The toolbutton on which i have placed a icon is shown in the preview.But its not visible during execution.
    This is the code i am having ...

    Qt Code:
    1. <widget class="QToolButton" name="LeftButton" >
    2. <property name="geometry" >
    3. <rect>
    4. <x>330</x>
    5. <y>250</y>
    6. <width>39</width>
    7. <height>30</height>
    8. </rect>
    9. </property>
    10. <property name="focusPolicy" >
    11. <enum>Qt::NoFocus</enum>
    12. </property>
    13. <property name="text" >
    14. <string>...</string>
    15. </property>
    16. <property name="icon" >
    17. <iconset resource="project.qrc" >:/new/prefix1/right.png</iconset>
    18. </property>
    19. <property name="iconSize" >
    20. <size>
    21. <width>39</width>
    22. <height>30</height>
    23. </size>
    24. </property>
    25. <property name="autoRaise" >
    26. <bool>true</bool>
    27. </property>
    28. </widget>
    To copy to clipboard, switch view to plain text mode 
    Last edited by jpn; 25th February 2008 at 10:22. Reason: missing [code] tags

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.