代码搜索:widgets
找到约 4,660 项符合「widgets」的源代码
代码结果 4,660
www.eeworm.com/read/396408/2418780
h widgets.h
#ifndef GUI_WIDGETS_H
#define GUI_WIDGETS_H
#include
#include
#include
#include
#include "../config.h"
#include "../osdep/shmem.h"
#include
www.eeworm.com/read/396408/2418837
c widgets.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/395296/2440075
table widgets.table
#ifndef DECLARE_WIDGET_1
# define DECLARE_WIDGET_1(a,b) DECLARE_WIDGET(a,b)
#endif
// widgets
DECLARE_WIDGET(QCheckBox, "text")
DECLARE_WIDGET(QComboBox, "")
DECLARE_WIDGET(QDateTimeEdit, "")
DECLA
www.eeworm.com/read/395296/2440402
pro widgets.pro
######################################################################
# Automatically generated by qmake (2.00a) Mon May 2 16:15:00 2005
##############################################################
www.eeworm.com/read/395296/2441251
pro widgets.pro
TARGET = qtaccessiblewidgets
include(../../qpluginbase.pri)
include (../qaccessiblebase.pri)
DESTDIR = $$QT_BUILD_TREE/plugins/accessible
VERSION = 1.0.0
QTDIR_build:REQUIRES += "contains(QT_CONF
www.eeworm.com/read/395296/2441500
pri widgets.pri
# Qt widgets module
HEADERS += \
widgets/qbuttongroup.h \
widgets/qabstractbutton.h \
widgets/qabstractbutton_p.h \
widgets/qabstractslider.h \
widgets/qabstra
www.eeworm.com/read/395296/2442165
pri widgets.pri
# Qt compat module
HEADERS += \
widgets/q3action.h \
widgets/q3buttongroup.h \
widgets/q3datetimeedit.h \
widgets/q3dockarea.h \
widgets/q3dockwindow.h \
widgets/q3frame.h \
www.eeworm.com/read/356022/3043614
txt widgets.txt
# list of widget modules available (one per line, without extension)
# lines starting with a '#' are comments
frame
dialog
panel
splitter_window
notebook
button
toggle_button
bitmap_button
spin_button
www.eeworm.com/read/259903/4337505
pro widgets.pro
TEMPLATE = lib
CONFIG += qt dll
TARGET += qtwidgets
VERSION = 1.0.0
DESTDIR = ../../../accessible
REQUIRES += accessibility
SOURCES += main.cpp \
qaccessiblewidget.cpp \
qaccessiblemenu.c