Changeset 18

Show
Ignore:
Timestamp:
10/25/08 22:32:26 (2 months ago)
Author:
aaronr
Message:

Cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/threading/__init__.py

    r9 r18  
    2929#--------------------------------------------------------------------- 
    3030 
    31 from threading import ThreadingPlugin 
     31from threading_demo import ThreadingPlugin 
    3232 
    3333def name(): 
  • trunk/threading/threading.py

    r15 r18  
    165165            #print "Current thread priority is - ", self.runThread.priority() 
    166166            #print "Current mainwindow priority is - ", self.iface.getMainWindow().thread().priority() 
    167             #self.thread().setPriority(QThread.HighestPriority) 
    168             #self.runThread.setPriority(QThread.TimeCriticalPriority) 
    169             #self.iface.thread().setPriority(QThread.HighestPriority) 
    170             #self.iface.getMainWindow().thread().setPriority(QThread.HighestPriority) 
    171             #print self.runThread.priority() 
    172             #print self.iface.thread().priority() 
    173             #self.runThread.wait() 
    174              
     167 
    175168            print "Starting up a timer to let the thread run" 
    176169            self.timer = QTimer()