gui.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:srpdfcrawler 作者: DeastinY 项目源码 文件源码
def init_ui(self):
        self.setWindowTitle(self.title)
        self.setGeometry(self.left, self.top, self.width, self.height)
        self.create_layout()
        window_layout = QVBoxLayout()
        window_layout.addWidget(self.horizontal_groupbox, 1)
        window_layout.addWidget(self.scroll_area, 100)
        window_layout.setAlignment(self.scroll_area, Qt.AlignTop)
        self.setLayout(window_layout)

        self.show()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号