
PyQt
沙漠巡洋舰
这个作者很懒,什么都没留下…
展开
-
使用PyQt绘制精美的股票行情分时线图
# -*- coding: utf-8 -*-# !/usr/bin/pythonimport sysimport tushare as tsimport pandas as pdimport osfrom PyQt4 import QtGui, QtCore, Qtreload(sys)sys.setdefaultencoding('utf8')class report...原创 2018-11-04 14:06:08 · 6182 阅读 · 1 评论 -
使用PyQtGraph绘制精美的股票行情K线图
# -*- coding: utf-8 -*-# Form implementation generated from reading ui file 'QWidget_plot.ui'## Created by: PyQt4 UI code generator 4.11.4## WARNING! All changes made in this file will be lost!...原创 2018-11-04 20:29:03 · 14990 阅读 · 1 评论 -
使用PyQt绘制精美的QTabWidget页签式股票代码一览表
# -*- coding: utf-8 -*-import osimport sysfrom PyQt4.QtCore import Qtfrom pyqtgraph.Qt import QtCore, QtGuiimport tushare as tsimport pandas as pdfrom PyQt4.QtGui import QApplicationreload...原创 2018-11-04 20:47:55 · 2526 阅读 · 0 评论