Adverti horiz upsell

LwIn windows manager (early version called m_Cycle.UP) 1.0.1 for Maya (maya script)

LwIn is an light windows manager for 3d Artist

License
Button download
192 Downloads

Compatibility

  • 2016, 2015, 2014, 2013, 2012

Operating Systems

  • Windows

History

Created:01/28/2014
Last Modified:10/06/2016
File Size: 332 KB

Keywords

scroll up


this app redirect to N31 project
    import sys
QtCore.QCoreApplication.addLibraryPath( 'plugins' )
app = QtGui.QApplication(sys.argv)
#--------------------------------
pixmap = QtGui.QPixmap("splashscreen.png")
splash = QtGui.QSplashScreen(pixmap, QtCore.Qt.WindowStaysOnTopHint)
splash.setMask(pixmap.mask()) # mask
splash.show()
#--------------------------
kk = 'abc '
for ii in xrange(9):
time.sleep(0.2)
kk = kk + ' . '
splash.showMessage( kk, QtCore.Qt.AlignRight | QtCore.Qt.AlignBottom, QtCore.Qt.gray)
#-------------------------------- ##### app.processEvents()
main_clss = DBLSTC()
mainWindow = main_clss
mainWindow.show()
#----------------------------------
splash.finish(mainWindow) #----------!!!
#----------------------------------
sys.exit(app.exec_())
 

Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.

People who favorited this item:

  • Vojtech Lacina
    Vojtech Lacina
  • aryan6758
    aryan6758
  • Santi Gutierrez
    Santi Gutierrez
  • ayyaps85
    ayyaps85
  • vazdas
    vazdas
  • Sergey Lyubich
    Sergey Lyubich
  • Leo Animator
    Leo Animator
  • tony yang
    tony yang