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. I want to call ZipAllEvidence function from Collect Artifacts function how can I make the function call
Forum Updated to NodeBB v4.3 + New Features

I want to call ZipAllEvidence function from Collect Artifacts function how can I make the function call

Scheduled Pinned Locked Moved Unsolved Qt for Python
1 Posts 2 Posters 284 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.
  • T Offline
    T Offline
    TejG
    wrote on last edited by
    #1

    class Ui_MainWindow(object):
    def setupUi(self, MainWindow):

             self.Run.setObjectName("Run")
        
       
        def CollectArtifacts(self):
     
        def ZipAllEvidences():
    
       
    
    
       def showimages(self):
           Dialog = QtWidgets.QDialog()
         
    def retranslateUi(self, MainWindow):
    

    if name == "main":
    import sys
    app = QtWidgets.QApplication(sys.argv)
    MainWindow = QtWidgets.QMainWindow()
    ui = Ui_MainWindow()
    ui.setupUi(MainWindow)
    MainWindow.show()
    sys.exit(app.exec_())

    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