Results 1 to 17 of 17

Thread: Import uic or use pyuic4?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Import uic or use pyuic4?

    The widgets created by Ui_MainWindow are members of its instance, i.e. members of the object you have as "ui"
    Qt Code:
    1. self.ui.buttonProcess.triggered.connect(self.buttonProcessTriggered)
    To copy to clipboard, switch view to plain text mode 

    Cheers,
    _

  2. The following user says thank you to anda_skoa for this useful post:


Similar Threads

  1. QML's import does not work
    By MarkoSan in forum Qt Programming
    Replies: 9
    Last Post: 8th September 2014, 13:33
  2. [RESOLVED] PyQt4: pyuic4.bat throws exception
    By rherzog in forum Qt Programming
    Replies: 0
    Last Post: 4th June 2014, 11:18
  3. Import QtQuick 2.0 or 2.1 or 2.2?
    By pherthyl in forum Qt Quick
    Replies: 2
    Last Post: 9th January 2014, 20:13
  4. ImportError: Cannot import name
    By wanmonk in forum Qt Programming
    Replies: 4
    Last Post: 16th December 2013, 05:32
  5. Qt 4.5 import stylesheet
    By dcoppenb in forum Qt Programming
    Replies: 0
    Last Post: 7th March 2013, 12:47

Tags for this Thread

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.