예제 #1
0
  def show_(self):
      self.connect(self.canvas, SIGNAL("layersChanged()"), self.fillInputFiles)
      self.btnEnableClip.setVisible(False)
      BasePluginWidget.show_(self)

      self.fillInputFiles()
      self.fillCoords()
예제 #2
0
  def show_(self):
      self.connect(self.canvas, SIGNAL("layersChanged()"), self.fillInputFiles)
      self.extentSelector.start()
      BasePluginWidget.show_(self)

      self.fillInputFiles()
      self.checkRun()
예제 #3
0
 def show_(self):
     self.switchClippingMode()
     BasePluginWidget.show_(self)
예제 #4
0
 def show_(self):
     self.switchClippingMode()
     BasePluginWidget.show_(self)
예제 #5
0
 def show_(self):
     self.switchClippingMode()
     self.switchResolutionMode()
     BasePluginWidget.show_(self)
예제 #6
0
파일: doClipper.py 프로젝트: Geoneer/QGIS
 def show_(self):
     self.switchClippingMode()
     self.switchResolutionMode()
     BasePluginWidget.show_(self)