代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/288620/8618176
pro menu.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = menu.h
SOURCES = menu.cpp
INTERFACES =
www.eeworm.com/read/288620/8618181
cpp menu.cpp
#include "menu.h"
MainWidget::MainWidget(QWidget *parent, const char *name): QMainWindow(parent, name)
{ //set caption and backgroundcolor
setCaption("Qt_MENU_Example");
setBackgroundColor(white);
www.eeworm.com/read/288620/8618185
h menu.h
#ifndef _MENU_H_
#define _MENU_H_
#include
#include
#include
#include
#include
class MainWidget:public QMainWindow
{
Q_OBJECT
www.eeworm.com/read/288620/8618190
o menu.o
www.eeworm.com/read/432129/8631076
js menu.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: menu.js,v $
$Revision: 1.66 $
$Date: 2007/07/26 07:35:27 $
*/
var jsmenu = new
www.eeworm.com/read/388117/8634818
js menu.js
var headHeight = 22;var bodyHeight = 242;var objcount = 5;var step = 20;var moving = false;
function showme(obj1, obj2)
{
if (moving)
return;
moving = true;
for(i=0;i
www.eeworm.com/read/187467/8637894
class menu.class
www.eeworm.com/read/187467/8637938