Results 1 to 9 of 9

Thread: Problem with QDockWidget

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jan 2008
    Posts
    39
    Thanks
    10
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem with QDockWidget

    Hello

    Here is the ui file

    Qt Code:
    1. <ui version="4.0" >
    2. <class>MainWindow</class>
    3. <widget class="QMainWindow" name="MainWindow" >
    4. <property name="geometry" >
    5. <rect>
    6. <x>0</x>
    7. <y>0</y>
    8. <width>800</width>
    9. <height>600</height>
    10. </rect>
    11. </property>
    12. <property name="windowTitle" >
    13. <string>MainWindow</string>
    14. </property>
    15. <widget class="QWidget" name="centralwidget" >
    16. <widget class="Line" name="line" >
    17. <property name="geometry" >
    18. <rect>
    19. <x>663</x>
    20. <y>50</y>
    21. <width>20</width>
    22. <height>481</height>
    23. </rect>
    24. </property>
    25. <property name="orientation" >
    26. <enum>Qt::Vertical</enum>
    27. </property>
    28. </widget>
    29. </widget>
    30. <widget class="QMenuBar" name="menubar" >
    31. <property name="geometry" >
    32. <rect>
    33. <x>0</x>
    34. <y>0</y>
    35. <width>800</width>
    36. <height>21</height>
    37. </rect>
    38. </property>
    39. </widget>
    40. <widget class="QStatusBar" name="statusbar" />
    41. </widget>
    42. <resources/>
    43. <connections/>
    44. </ui>
    To copy to clipboard, switch view to plain text mode 
    Thanks again
    Last edited by jpn; 12th March 2008 at 11:22. Reason: missing [code] tags

Similar Threads

  1. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  2. Replies: 8
    Last Post: 4th February 2007, 00:42
  3. QDockWidget nesting problem..
    By aamer4yu in forum Qt Programming
    Replies: 6
    Last Post: 31st January 2007, 12:23
  4. Problem in restoring more than one QDockWidget
    By vratojr in forum Qt Programming
    Replies: 3
    Last Post: 13th March 2006, 13:45
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.