摘要:
from kivy.app import App from kivy.uix.widget import Widget from kivy.clock import Clock from jnius import autoclass from android.runnable import run_on_ui_thread WebView = autoclass(‘android.webki... 阅读全文
posted @ 2019-01-12 20:12
CrossPython
阅读(2249)
评论(0)
推荐(0)
摘要:
appJar 阅读全文
posted @ 2019-01-12 20:11
CrossPython
阅读(843)
评论(0)
推荐(0)
摘要:
#窗口之间数据传递(通过属性方式) from PyQt5.QtWidgets import QDialogButtonBox, QDateTimeEdit,QDialog,QComboBox,QTableView,QAbstractItemView,QHeaderView,QTableWidget, QTableWidgetItem, QMessageBox,QListWidget,QListW... 阅读全文
posted @ 2019-01-12 19:40
CrossPython
阅读(3122)
评论(1)
推荐(0)
摘要:
# -*- coding: utf-8 -*- import sys from PyQt5.QtWidgets import * from PyQt5.QtCore import * class FirstWindow(QWidget): close_signal = pyqtSignal() def __init__(self, parent=None): ... 阅读全文
posted @ 2019-01-12 19:33
CrossPython
阅读(646)
评论(0)
推荐(0)
摘要:
# coding=utf-8 import sys from PyQt5.QtWidgets import * from PyQt5.QtCore import * from PyQt5.QtGui import * class Example(QWidget): def __init__(self): super().__init__() ... 阅读全文
posted @ 2019-01-12 19:20
CrossPython
阅读(1369)
评论(0)
推荐(0)
浙公网安备 33010602011771号