Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. QMovie inside frame

QMovie inside frame

Scheduled Pinned Locked Moved Unsolved Qt for Python
pyside2
2 Posts 2 Posters 546 Views
  • 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.
  • Black CatB Offline
    Black CatB Offline
    Black Cat
    wrote on last edited by
    #1

    How I can put a GIF with Qmovie into frame_2 and
    set a size to the GIF?

    self.frame_2 = QFrame(self.centralwidget)
    self.frame_2.setObjectName(u"frame_2")
    self.frame_2.setGeometry(QRect(230, 60, 271, 261))
    self.frame_2.setStyleSheet(u"background-color: rgb(255, 0, 0);")
    self.frame_2.setFrameShape(QFrame.StyledPanel)
    self.frame_2.setFrameShadow(QFrame.Raised)
    
    
    1 Reply Last reply
    0
    • Black CatB Offline
      Black CatB Offline
      Black Cat
      wrote on last edited by
      #2

      Thanks :)

      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