Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /home/ift/52_procpy/dataninja/pyqt5_file/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //home/ift/52_procpy/dataninja/pyqt5_file/mdt_graphmodel.py

#  coding: utf8

import os, re, sys, time

from PyQt5.QtWidgets import QApplication, QWidget, QProgressBar, QPushButton, QFrame, QGridLayout
from PyQt5.QtCore import QTimer
from procpy.modeler.graphmodel import Graphmodel


# **************************************************************************

class Graphmodel_tts(object):

    def __init__(self, *pars):
        self.__class__.__dict__[pars[0]](self, pars[1:])

    # **************************************************************************

    def example1(self, *pars):
        app = QApplication(sys.argv)

        gwidget = QFrame()
        glayout = QGridLayout()
        gwidget.setLayout(glayout)

        gwidget1 = QWidget()
        gwidget1.setStyleSheet("background-color: yellow")

        self.box = QWidget(gwidget1)
        self.box.setStyleSheet("background-color: blue")
        self.box.resize(50, 35)
        self.box.move(20, 20)

        self.box1 = QWidget(gwidget1)
        self.box1.setStyleSheet("background-color: blue")
        self.box1.resize(50, 35)
        self.box1.move(100, 20)

        gwidget2 = QFrame()
        gwidget2.setStyleSheet("background-color: green")

        gwidget.setGeometry(300, 200, 800, 600)
        glayout.addWidget(gwidget1, 0, 0)
        glayout.addWidget(gwidget2, 1, 0)

        gwidget.show()
        self.qtimer = QTimer()

        self.qtimer.singleShot(2000, self.example1_red)

        sys.exit(app.exec_())

    def example1_red(self):
        self.box.setStyleSheet("background-color: red")
        self.qtimer.singleShot(600, self.example1_blue)

    def example1_blue(self):
        self.box.setStyleSheet("background-color: blue")
        self.qtimer.singleShot(300, self.example1_red)

    # **************************************************************************

    def qt5block(self, *pars):
        app = QApplication(sys.argv)
        gwidget = Graphmodel(None)
        gwidget.setGeometry(10, 20, 800, 400)
        gwidget.create_block(10, 10, 60, 60)
        gwidget.show()

        gwidget1 = Graphmodel(None)
        gwidget1.setGeometry(60, 20, 800, 400)
        gwidget1.create_block(10, 10, 60, 60)
        gwidget1.show()
        sys.exit(app.exec_())


# **************************************************************************

if __name__ == "__main__":
    Graphmodel_tts(*tuple(sys.argv[1:]))

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net