CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 窗体

搜索资源列表

  1. wxformbuilder-src-1.0

    0下载:
  2. 一个基于wxWidgets的跨平台的编辑器和窗体设计器。-a cross-platform editor and Form Designer.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:423.9kb
    • 提供者:jk
  1. TransBall

    0下载:
  2. 用C#制作的摇奖机,不规则窗体的显示,使用了多线程技术
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:376.67kb
    • 提供者:陈波
  1. StackedWidget

    0下载:
  2. 堆栈窗口QStackedWidget类也是应用程序中经常见到的。在实际应用中,堆栈窗体多与列表框QListWidget及下拉列表框QComboBox配合使用。本程序实现堆栈窗体QStackedWidget类的使用,当选择左侧列表框中不同的选项是,右侧显示所选的不同的窗体。-The the stack the window QStackedWidget class is also an application often see. In practical applications, the st
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:454.58kb
    • 提供者:张静
  1. Layout

    0下载:
  2. 本程序通过Qt实现了各种布局方式的综合应用,包括堆栈,分割窗体,水平网格布局等。-Linux programing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:135.75kb
    • 提供者:李祖炬
  1. formbianhua

    0下载:
  2. QT C++ QSS 移动窗体 重绘 界面美化-QT interface of landscaping
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:81.63kb
    • 提供者:Jammy
  1. designers

    0下载:
  2. Qt中,widget是常用的窗体工具,该程序 实现widget的基本功能 -In Qt, widget is a tool commonly used form, the program' s basic functions to achieve widget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:35.18kb
    • 提供者:yanfan
  1. mutiwindowqt

    0下载:
  2. Qt4多窗体编程指导。一篇不错的文章。文章内容为中文-Multi-Windows development of Qt4.This is a pretty good article.Contents are in Chinese Onlu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:15.58kb
    • 提供者:lezishu
  1. transparence_test.tar

    0下载:
  2. 嵌入式QT窗口透明处理,采用两种不同的方法分别实现了全局窗体透明和单一窗体透明的显示。-Embedded QT transparence window
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:23.95kb
    • 提供者:eric
  1. x_Vod.tar

    0下载:
  2. 主要工作集中在vod程序的编写: 难点: 播放控制:创建新进程,然后写入控制命令 进度条的编写:通过定时器每隔1s向Mplayer写入获得播放时间,然后更新到进度条组件 把Mplayer的播放窗口放到qt的窗体.:获得窗体id,然后写入Mplayer 播放列表使用的是:listBox组件-qt VOD player
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:318.93kb
    • 提供者:刘健
  1. newButton

    2下载:
  2. Qt中不规则窗体和部件的实现,实现自定义的控件-Qt irregular form and the realization of the components, custom controls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:537.56kb
    • 提供者:陈峰
  1. chuangtiqiantao

    0下载:
  2. 窗体嵌套,一个简单的c#程序,以此贡献自己的一点力量-Form nested, a simple c# program, to contribute their strength
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:136.45kb
    • 提供者:朱闪闪
  1. QTCPPmyMdi

    0下载:
  2. QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏.在书上找到后自己写的。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolbar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:15.32kb
    • 提供者:undead
  1. myMdiWithClass

    0下载:
  2. QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数; 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolbars, add Md
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:18.13kb
    • 提供者:undead
  1. myMdi-withNewMenu

    0下载:
  2. QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数;添加了动态创建的菜单 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolba
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:19.29kb
    • 提供者:undead
搜珍网 www.dssz.com