Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

QImageDB.py 218 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. from PyQt5.QtCore import *
  2. from PyQt5.QtGui import *
  3. from PyQt5.QtWidgets import *
  4. class QImageDB():
  5. @staticmethod
  6. def initialize(image_path):
  7. QImageDB.intro = QImage ( str(image_path / 'intro.png') )
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...