E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
QtCore
pyqt4制作透明无边框窗体
用PyQt做了一个无边框登陆窗口,效果如下:下面是代码: #-*-coding:utf-8-*-fromPyQt4importQtGui,Qt,
QtCore
image=QtGui.QImage()bgImage
fengye515
·
2016-03-06 21:00
PyQt QFontDialog显示中文
QApplication加载Translatorapp = QtWidgets.QApplication(sys.argv) translator =
QtCore
.QTranslator() if len
砖瓦匠
·
2016-03-01 22:00
国际化
PyQt
Translations
QFontDialog
Pyqt4学习笔记-菜单工具栏
/usr/bin/python #-*-coding:utf-8-*- importsys fromPyQt4importQtGui,
QtCore
classMainWindow(QtGui.QMainWindow
影澜
·
2016-02-22 02:50
zetcode :: First programs in PyQt5
pyqt5/firstprograms/import sys from PyQt5 import QtWidgets from PyQt5 import QtGui from PyQt5 import
QtCore
砖瓦匠
·
2016-02-16 23:00
QStackedWidget 与 QStackedLayout 的用法区别
importsys fromPyQt5importQtWidgets,
QtCore
classMyWidget(QtWidgets.QWidget): def__init__(self,
罗兵
·
2016-02-16 04:00
PyQt5实现透明电子时钟
# -*- coding: utf-8 -*- import sys from PyQt5 import
QtCore
from PyQt5 import QtGui from PyQt5 import
砖瓦匠
·
2016-02-15 20:00
PyQt5
PYQT4 : QSystemTrayIcon练习
照着demo自己做了一遍,练练手import sys from PyQt4 import QtGui from PyQt4 import
QtCore
class SysTray(QtGui.QDialog
砖瓦匠
·
2016-02-14 21:00
PyQt基本操作
先建立一个基本的界面看看:123456789101112importsysfromPyQt4import
QtCore
,QtGuiclassMyWindow(QtGui.QMainWindo
openthings
·
2016-02-06 09:00
python
PyQt
Qt 状态机框架学习(没学会)
从Qt4.6开始,它已经是
QtCore
模块的一部分。
findumars
·
2016-02-01 18:00
python3 写的一个通过ftp远程批量处理的工具__界面处理代码
# -*- coding: utf-8 -*- from PyQt5 import
QtCore
, QtGui, QtWidgets from PyQt5.Qt import Qt, QFileDialog
neverGG
·
2016-01-27 16:00
python3 写的一个通过ftp远程批量处理的工具__界面处理代码
# -*- coding: utf-8 -*- from PyQt5 import
QtCore
, QtGui, QtWidgets from PyQt5.Qt import Qt, QFileDialog
neverGG
·
2016-01-27 16:00
树莓派+qt+opencv
树莓派:Qt开发套件和opencv安装sudoapt-getinstallqt4-dev-toolslibqt4-dev不用
qtcore
的话,其实只要按照qt4-qmake就行了(只做pro文件生成makefile
LaplaceAkuir
·
2016-01-27 15:00
Qt 知识的总结
0.有用的帮助文档*QtDesignerManual *AQuickStarttoQtDesigner*
QtCore
*TheMeta-ObjectSystem *ObjectModel
chj90220
·
2016-01-11 14:00
python3使用pyqt5制作一个超简单浏览器
webview.load(Qurl('http://www.cnblogs.com/Blaxon/')) webview.show() 完整代码(代码是拿的别的代码改得):1fromPyQt5.
QtCore
Xander-Hang
·
2015-12-17 16:00
QWidget 实现 打破布局 或者 当前窗体内的 弹窗 (借助伪造实现)
(Dialog2) but.setText('**') but.setAutoRaise(True) layout.addWidget(but) Dialog2.setWindowFlags(
QtCore
.Qt.FramelessWindowHint
宁静的天空
·
2015-12-15 17:00
如何静态编译、链接Qt 5
3、Webkit和
QtCore
都需要ICU。ICU是一个处理unicode的库,如果你没有准
·
2015-12-09 10:10
qt
qt tablewidget搜索效果如下
from PyQt4.
QtCore
import *from PyQt4.QtGui import *from PyQt4.Qt import *import sysfrom aa1 import Ui_Formclass
有人at我
·
2015-12-04 01:00
pyqt搜索指定信息 github处找到,谢谢这位朋友的帮助了
第一遍添加之后,不提示,当第二次添加相同的数据时,就提示下 text1=str(text) items = self.downwidget.findItems( text1,
QtCore
.Qt.MatchExactly
有人at我
·
2015-12-01 13:00
QTableWidget查找指定项(由github处学习到)
from PyQt4 import QtGui,
QtCore
class Window(QtGui.QWidget): def __init__(self, rows, columns):
有人at我
·
2015-11-26 17:00
【PyQt4】怎么判断QString类型变量的值全是空格?
QString.trimmed(),移除字符串两端的空白字符,然后用isEmtpy()判断真假,示例如下:fromPyQt4.QtCoreimport*a=QString('')a.trimmed()PyQt4.
QtCore
.QString
音匀
·
2015-11-24 19:21
PyQT 入门(1):程序基础框架
QLabel , QTimer 实例讲解 首先先看一个简单的PyQt程序: import sys from PyQt4.QtGui import * from PyQt4.
QtCore
·
2015-11-13 19:02
框架
QT Programming 1
1.控制台输出 helloworld #include<
QtCore
/QCoreApplication> #include<QDebug> int main
·
2015-11-13 15:36
programming
《Qt编程的艺术》——9.1 QtSql模块的结构
不同于
QtCore
和QtGui,它的内容默认情况下并没有整合进生成的project中。
·
2015-11-13 14:43
sql
标签——QLabel的使用
/usr/bin/envpython #coding:utf-8 importsys fromPyQt4importQtGui,
QtCore
#GUIlabel组件中需要打印的信息 classExample
LinuxerRky
·
2015-11-13 13:00
pyqt4
QPushButton(按钮)
QLabel(标签)
安装PyQt
software/pyqt/download import sys,urllib2 from HTMLParser import HTMLParser from PyQt4.
QtCore
·
2015-11-13 03:30
qt
PyQt创建菜单栏、工具栏
#/usr/bin/envpython #coding:utf-8 importsys fromPyQt4importQtGui,
QtCore
classMainWindow(QtGui.QMainWindow
LinuxerRky
·
2015-11-12 18:00
pyQt 每日一练习 -- 登录框
#coding=utf-8 #第一个练习,登录框 import sys from PyQt4 import QtGui,
QtCore
#登录框 class LoginBox(QtGui.QWidget
·
2015-11-12 09:46
qt
遍历文件夹及其子孙文件夹中的文件
#include <QDebug> 4 #include <iostream> 5 #include <fstream> 6 #include <
QtCore
·
2015-11-11 13:30
遍历文件夹
qt截屏模块
代码: #include<
QtCore
/QString> #include<QtGui> #include<QtGui/QPixmap> int main
·
2015-11-11 11:32
qt
QT程序发布的一个问题与解决方案
今天玩了一下QT,写了个Hello World,发布时把
QtCore
4.dll,Qtgui4.dll和mingwm10.dll都已经拷进了release文件夹,但结果显示: 双击release下的exe
·
2015-11-11 07:55
解决方案
PyQt5+python3的FindDialog
1 import sys 2 from PyQt5.QtWidgets import * 3 from PyQt5.
QtCore
import Qt, pyqtSignal 4 5
·
2015-11-11 02:24
python3
使用QHttp与C#编写的服务端交互(编译环境mingw)
QTHTTP_H #define QTHTTP_H #include <Qt/QObject.h> #include <Qt/qhttp.h> #include <
QtCore
·
2015-11-11 00:00
MinGW
Qt源码分析之QObject
Qt的QObject 1.试验代码:#include <QApplication>#include <
QtCore
>#include <QtGui> int main
·
2015-11-10 23:23
object
PyQt的状态栏-----statusBar
/usr/bin/python #quitbutton.py importsys fromPyQt4importQtGui,
QtCore
classStatusBar(QtGui.QMainWindow
LinuxerRky
·
2015-11-10 20:00
信号与槽机制之捕获事件发送者
#/usr/bin/envpython #coding:utf-8 importsys fromPyQt4importQtGui,
QtCore
classSendHuman(QtGui.QMainWindow
LinuxerRky
·
2015-11-10 19:00
解决warning C4003: “min”宏的实参不足
错误信息如下: 1>f:\qt\qt5.1.1\5.1.1\msvc2010\include\
qtcore
\qdatetime.h(121): warning C4003: “min”宏的实参不足
·
2015-11-08 16:44
warn
【qt4.8.6】qt-everywhere-opensource-src-4.8.6静态库编译,搭建vs2010 + Qt4.8.6环境
公司的电脑上无法运行QtCreator, 又想用Qt,只能搞vs2010+Qt了, 看到运行时要链接一个几M到十几M的
QtCore
.dll和QtGui.dll,又有一种在用C#写的程序的感觉,很不爽,还是搞个静态库吧
·
2015-11-08 12:50
OpenSource
PyQt4学习笔记2:事件和信号
QtCore
.QObject.connect(self.ui.button
·
2015-11-07 12:52
学习笔记
PyQt4学习记录之事件和信号
QtCore
.QObject.connect(self.ui.button_
·
2015-11-07 12:11
qt
信号和槽(QT和sigslot)
CObject和Dephi中的TObject,是Qt各种功能的源头活水 Code #include <QApplication> #include <
QtCore
·
2015-11-07 11:25
qt
无法定位程序输入点XXXXX于动态链接库
qtcore
.dll
网上查了N多方法,总结一下,大概有两种: (一)
qtcore
4.dll编译生成时除了问题。 参考下边一篇博客,http://www.xjtu
·
2015-11-07 10:59
core
QT无法定位程序输入点*于动态链接库
QtCore
4.dll
最近在学习Code::Blocks(CB),感觉CB很强大很开放,尤其是它的纯插件式的框架,非常赞。 但是从VS到CB的转型实在是痛苦的,在VS下面没有问题的程序,放到CB中编译就不能通过。。。 另外,要使用CB+MinGW进行开发还需要将开发中用到的开源库都用MinGW编译好,wxWidgets、GDAL、Qt、Ossim…… 网上的教程不少,但多是转来转去的,其实就是那一两个版本,说起来
·
2015-11-02 19:50
core
CMake学习小结
vegagis工程,工程的目录结构如下: #--vegagis# |--src 源文件目录# |--gui 界面工程,输出类型:dll,依赖于QT的
QtCore
·
2015-11-02 19:01
Make
PyQt 学习笔记1——自定义窗口框架
其它类可以继承它: 1 # -*- coding: utf-8 -*- 2 3 import time 4 import sys 5 from PyQt4 import QtGui,
QtCore
·
2015-11-02 15:06
学习笔记
读Pyqt4教程,带你入门Pyqt4 _008
python # -*- coding: utf-8 -*- # calendar.py import sys from PyQt4 import QtGui from PyQt4 import
QtCore
·
2015-11-01 10:45
qt
python_俄罗斯方块
1 import sys 2 import random 3 from PyQt4 import
QtCore
, QtGui 4 class Tetris(QtGui.QMainWindow
·
2015-10-31 15:03
python
PySide QtWebKit 读取网页
coding:utf8 2 3 import sys 4 from PySide import
QtCore
·
2015-10-31 13:32
webkit
QtCreator在不同平台开发的程序的运行
WinXP: 使用Qt Creator开发的程序发布时,需要拷贝
QtCore
4.dll等动态库,不要拷贝bin目录下的,bin目录下默认是Qt Creator运行使用的。
·
2015-10-31 09:37
qt
PYQT操作JS并且截图事例
Python脚本即可: #-*- coding:utf-8 -*- import sys import os.path import time from PyQt4 import QtGui,
QtCore
·
2015-10-31 08:57
js
Qt源码分析之QObject(转自CSDN,作者oowgsoo)
1.试验代码: #include <QApplication>#include <
QtCore
>#include <QtGui>int main(int
·
2015-10-30 21:48
object
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他