【轉載】pyQt 寫的小窗口 獲取文本框內容

import sys from PyQt4 import QtGui,QtCore class MainWindow(QtGui.QWidget):     def __init__(self,parent=None):                  QtGui.QWidget.__init__(self,parent)         self.setWindowTitle('酒店管理')
相關文章
相關標籤/搜索