Exemplo n.º 1
0
    def stop(self):
        self._stopticking = True
        while self._ticking: pass

        Progress.stop(self)

        if self._hassub:
            self._listview.clear()
            self._subiters.clear()
            self._subindex = 0

        self._shorturl.reset()

        qt.QDialog.hide(self)
Exemplo n.º 2
0
    def stop(self):
        self._stopticking = True
        while self._ticking: pass

        Progress.stop(self)

        if self._hassub:
            self._treemodel.clear()
            self._subiters.clear()
            self._subindex = 0
            self._lastpath = None

        self._shorturl.reset()

        gtk.Window.hide(self)
Exemplo n.º 3
0
    def stop(self):
        self._stopticking = True
        while self._ticking:
            pass

        Progress.stop(self)

        if self._hassub:
            self._listview.clear()
            self._subiters.clear()
            self._subindex = 0

        self._shorturl.reset()

        qt.QDialog.hide(self)
Exemplo n.º 4
0
    def stop(self):
        self._stopticking = True
        while self._ticking:
            pass

        Progress.stop(self)

        if self._hassub:
            self._treemodel.clear()
            self._subiters.clear()
            self._subindex = 0
            self._lastpath = None

        self._shorturl.reset()

        gtk.Window.hide(self)
Exemplo n.º 5
0
 def stop(self):
     Progress.stop(self)
     self._shorturl.reset()
     print
Exemplo n.º 6
0
 def stop(self):
     Progress.stop(self)
     self._shorturl.reset()
     print
Exemplo n.º 7
0
 def stop(self):
     #log.debug("called smartinstall.AnacondaProgress.stop")
     self._closeProgressWindow()
     Progress.stop(self)