zoukankan      html  css  js  c++  java
  • PyQt v4 Python Bindings for Qt v4

    PyQt v4 - Python Bindings for Qt v4

        PyQt v4 - Python Bindings for Qt v4
        Reference Guide
        Contact:     info@riverbankcomputing.co.uk
        Version:     4.1.1
        Copyright:     Copyright (c) 2006 Riverbank Computing Limited

        Contents

            1   Introduction
                1.1   License
                1.2   PyQt Components
            2   Installing PyQt
                2.1   Downloading SIP
                2.2   Downloading PyQt
                2.3   Configuring PyQt
                2.4   Building PyQt
            3   Signal and Slot Support
                3.1   PyQt Signals and Qt Signals
                3.2   The PyQt_PyObject Signal Argument Type
                3.3   Short-circuit Signals
                3.4   PyQt Slots and Qt Slots
                3.5   Connecting Signals and Slots
                3.6   Emitting Signals
                3.7   The QtCore.pyqtSignature() Decorator
            4   Using Qt Designer
                4.1   Using the Generated Code
                4.2   The uic Module
                4.3   pyuic4
            5   The PyQt Resource System
                5.1   pyrcc4
            6   Internationalisation of PyQt Applications
                6.1   pylupdate4
                6.2   Differences Between PyQt and Qt
            7   Things to be Aware Of
                7.1   Python Strings, Qt Strings and Unicode
                7.2   Garbage Collection
                7.3   Multiple Inheritance
                7.4   Access to Protected Member Functions
                7.5   None and NULL
                7.6   Support for void *
                7.7   super and PyQt Classes
            8   Deploying Commercial PyQt Applications
            9   The PyQt Build System
                9.1   pyqtconfig Classes

        1   Introduction

  • 相关阅读:
    Java设计模式系列之策略模式
    设计模式系列之热身
    算术表达式系列之后缀表达式求值
    算术表达式系列之中缀表达式转后缀表达式
    Maven下使用Junit对Spring进行单元测试
    Windows命令行使用总结(持续更新)
    Eclipse中web项目部署至Tomcat步骤
    MyBatis保存完整日期的解决方法
    Redis(一)源码安装
    【集成学习】sklearn中xgboost模块中plot_importance函数(绘图--特征重要性)
  • 原文地址:https://www.cnblogs.com/lexus/p/2821372.html
Copyright © 2011-2022 走看看