コード例 #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)
コード例 #2
0
ファイル: progress.py プロジェクト: colloquium/spacewalk
    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)
コード例 #3
0
ファイル: progress.py プロジェクト: pombreda/smart
    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)
コード例 #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)
コード例 #5
0
ファイル: progress.py プロジェクト: pombredanne/spacewalk
 def stop(self):
     Progress.stop(self)
     self._shorturl.reset()
     print
コード例 #6
0
ファイル: progress.py プロジェクト: NehaRawat/spacewalk
 def stop(self):
     Progress.stop(self)
     self._shorturl.reset()
     print
コード例 #7
0
 def stop(self):
     #log.debug("called smartinstall.AnacondaProgress.stop")
     self._closeProgressWindow()
     Progress.stop(self)