Ejemplo n.º 1
0
def lconf():
    #func to call layer config selector
    from lds.gui.LayerConfigSelector import LayerConfigSelector
    from lds.gui.LDSGUI import LDSMain
    app = QApplication(sys.argv)
    ldsc = LayerConfigSelector(LDSMain(initlc=True))
    ldsc.show()
    sys.exit(app.exec_())
Ejemplo n.º 2
0
def lconf():
    #func to call layer config selector
    from lds.gui.LayerConfigSelector import LayerConfigSelector
    from lds.gui.LDSGUI import LDSMain
    app = QApplication(sys.argv)
    ldsc = LayerConfigSelector(LDSMain(initlc=True))
    ldsc.show()
    sys.exit(app.exec_())        
Ejemplo n.º 3
0
 def runLayerConfigDialog(self):
     '''Layer Config dialog opener'''
     ldscs = LayerConfigSelector(self)
     ldscs.show()
Ejemplo n.º 4
0
 def lconf(self):
     from lds.gui.LayerConfigSelector import LayerConfigSelector
     lcs = LayerConfigSelector(LDSMain(initlc=True))
     lcs.show()
Ejemplo n.º 5
0
 def lconf(self):
     lcs = LayerConfigSelector(LDSMain(initlc=True))
     lcs.show()
Ejemplo n.º 6
0
 def runLayerConfigDialog(self):
     '''Layer Config dialog opener'''
     ldscs = LayerConfigSelector(self)
     ldscs.show()
Ejemplo n.º 7
0
 def lconf(self):
     from lds.gui.LayerConfigSelector import LayerConfigSelector
     lcs = LayerConfigSelector(LDSMain(initlc=True))
     lcs.show()