Найти - Пользователи
Полная версия: Полноэкранный режим PyQt
Начало » GUI » Полноэкранный режим PyQt
1
Andrew22528
Как можно сделать полноэкранный режим в PyQt?
Заранее спасибо
vic57
 from PyQt4 import Qt
app = Qt.QApplication([])
w = Qt.QWidget()
w.showFullScreen()
app.exec_()
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB