Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to make an object
Qt 6.11 is out! See what's new in the release blog

How to make an object

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 704 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Dear all,

    I have a dictionary with :
    {'text': <PyQt4.QtGui.QCheckBox object at 0x9d5d8e4>} , text is text of QCheckbox and value of dict is object of them,

    My Question is , How i create an instance from my dict? such as :
    @self.myinstance@

    And when i want to create instance with the following code:
    @ for key, val in self.projectsInstance.addOnFieldsInstance.items():
    instance = getattr(self,"%s" % val)
    @
    I got :
    @ instance = getattr(self,"%s" % val)
    AttributeError: 'Ui_ProjectsFind' object has no attribute '<PyQt4.QtGui.QCheckBox object at 0x994ac8c>'
    @

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved