starksZ Posted May 8, 2012 Posted May 8, 2012 Para los que buscaban aqui estan los links ( no son mios los encontre en los forums) Mirrors MegaUpload - http://www.megaupload.com/?d=3DCF10T5 MediaFire - http://www.mediafire.com/?lxl57dshjdcx5xf sendspace - http://www.sendspace.com/file/8mszqd 2shared - http://www.2shared.com/file/QzbrArCw/Kayl_QtToLua.html DESCARGEN
Castillo Posted May 8, 2012 Posted May 8, 2012 @oter001: Primero, el Qt to Lua esta disponible hace mucho tiempo, 1 año talvez? Segundo, en que año vivis vos? megaupload esta cerrado hace meses
starksZ Posted May 8, 2012 Author Posted May 8, 2012 ._. ya sabia lo del qt to lua pero solo les puse el link por que vi un post abajo qe pedian el Qt to lua Y yo tengo problemas con mi script nose como ponerle el boton qe se abra function build_MainWindow() local gui = {} gui._placeHolders = {} local screenWidth, screenHeight = guiGetScreenSize() local windowWidth, windowHeight = 414, 381 local left = screenWidth/2 - windowWidth/2 local top = screenHeight/2 - windowHeight/2 gui["_root"] = guiCreateWindow(left, top, windowWidth, windowHeight, "Login windows By Oter", false) guiWindowSetSizable(gui["_root"], false) gui._placeHolders["toolBox"] = {left = 40, top = 65, width = 331, height = 231, parent = gui["_root"]} gui[""] = guiCreateScrollPane(40, 65, 100, 30, false, gui["_root"]) gui._placeHolders["qt_calendar_calendarview"] = {left = 31, top = 11, width = 100, height = 30, parent = gui[""]} gui["qt_spinbox_lineedit"] = guiCreateEdit(31, 11, 76, 30, "2012", false, gui[""]) guiEditSetMaxLength(gui["qt_spinbox_lineedit"], 32767) gui[""] = guiCreateScrollPane(40, 125, 331, 171, false, gui["_root"]) gui._placeHolders["textEdit"] = {left = 17, top = 11, width = 303, height = 149, parent = gui[""]} return gui, windowWidth, windowHeight end
iFoReX Posted June 23, 2012 Posted June 23, 2012 podrian ponerme otro mirror para el qt to lua , ya que el GUIEditor no me sirve porque mi boton derecho no sirve u.u, gracias de antemano
Recommended Posts