码迷,mamicode.com
首页 >  
搜索关键字:menubar    ( 101个结果
winform在线操作office--dsoframerocx第三方控件
public Form1() { InitializeComponent(); RegControl();//注册控件 axFramerControl1.Menubar = false;//file栏 axFramerControl1.Titlebar = false;//标题栏 ... ...
分类:Windows程序   时间:2018-09-03 22:27:22    阅读次数:775
Vue + Element 搭建后台管理系统(七)
组件封装 为了避免组件代码的臃肿,这里对主要的功能部件进行封装,保证代码的模块化和简洁度。 组件结构 组件封装重构后,试图组件结构如下图所示 代码一览 Home组件被简化,包含导航、头部和主内容三个组件。 Home.vue HeadBar.vue MenuBar.vue Main.vue 国际化语言 ...
分类:其他好文   时间:2018-08-29 19:59:23    阅读次数:382
QML的Window与ApplicationWindow
ApplicationWindow需要导入QtQuick.Controls Window需要导入QtQuick.Window 。 默认不可见,需要设置visible:true才可见。 主要区别就是ApplicationWindow提供了简单的方式创建程序窗口,因为其有属性menuBar、toolBa ...
分类:移动开发   时间:2018-08-07 17:27:42    阅读次数:228
Window.open()方法参数详解
1, 最基本的弹出窗口代码 window.open('page.html'); 2, 经过设置后的弹出窗口 window.open('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar ...
分类:Windows程序   时间:2018-06-20 18:59:26    阅读次数:203
window.open
/** window.open('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, sta ...
分类:Windows程序   时间:2018-05-26 22:41:21    阅读次数:219
第一个 wxPython 窗体应用程序
1、需求说明创建一个主窗体在窗体上放置一个菜单栏在菜单栏中放置一个下拉菜单在下拉菜单中放置一个菜单项给菜单项绑定一个单击事件,在单击事件中打开文件选择对话框,获取选择文件名2、代码 3、逐行解释第4行:主窗体类继承 wx.Frame第6-9行: menuBar 窗体类成员菜单栏控件 fileManu ...
分类:编程语言   时间:2018-02-05 23:17:28    阅读次数:202
Qt 5 教程01
//主要使用类#include #include #include #include #include #include #include #include #include #include #include QMenuBar类; 在windows平台下提供MenuBar()函数配合setMenu... ...
分类:其他好文   时间:2018-01-20 17:47:01    阅读次数:179
Python pyQt4学习笔记2
例子:状态栏、菜单栏和工具栏 运行效果如下: 下面解释上面的代码: 注意Example类继承于QtGui.QMainWindow QtGui.QMainWindow类提供了创建应用主窗口的方法,这使得用状态栏(statusbar)、菜单栏(menubar)、工具栏(toolbar)创建一个传统的应用 ...
分类:编程语言   时间:2018-01-09 23:13:24    阅读次数:233
Window.open()方法参数详解
1, 最基本的弹出窗口代码 window.open('page.html'); 2, 经过设置后的弹出窗口 window.open('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar ...
分类:Windows程序   时间:2017-12-27 11:59:18    阅读次数:259
零元学Expression Blend 4 - Chapter 41 Flash做的到的Blend也可以!轻松制作拥有动画的MenuBar!(中)
原文:零元学Expression Blend 4 - Chapter 41 Flash做的到的Blend也可以!轻松制作拥有动画的MenuBar!(中) 我们接着进行动画MenuBar的制作 接续着上一篇的范例,要使文字的位置在MouseOver也有变化 ... ...
分类:其他好文   时间:2017-12-25 00:45:11    阅读次数:146
101条   上一页 1 2 3 4 5 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!