代码搜索:FileBrowser
找到约 389 项符合「FileBrowser」的源代码
代码结果 389
www.eeworm.com/read/327594/13071591
cpp filebrowser.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "FileBrowser.h"
#include "DockForm.h"
#include "IDE.h"
//-------------
www.eeworm.com/read/136827/5846115
h filebrowser.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This pr
www.eeworm.com/read/136827/5846119
pro filebrowser.pro
CONFIG += qtopia
TARGET = filebrowser
DESTDIR = $$(QPEDIR)/bin
HEADERS = inlineedit.h \
filebrowser.h
SOURCES = filebrowser.cpp \
inlineedit.cpp \
main.cpp
TRANSLATABLES =
www.eeworm.com/read/136827/5846120
cpp filebrowser.cpp
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This pr
www.eeworm.com/read/136821/5850875
h filebrowser.h
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
www.eeworm.com/read/136821/5850881
pro filebrowser.pro
TEMPLATE = app
CONFIG += qtopia warn_on release
DESTDIR = $(QPEDIR)/bin
HEADERS = inlineedit.h \
filebrowser.h
SOURCES = filebrowser.cpp \
inlineedit.cpp \
main.cpp
INTERFACES =
TARG
www.eeworm.com/read/136821/5850885
cpp filebrowser.cpp
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
www.eeworm.com/read/420856/6277065
desktop filebrowser.desktop
[Desktop Entry]
Comment = A File Manager Program
Exec = filebrowser
File = ../apps/Applications/filebrowser
Icon = FileBrowser
Name = File Manager
Name[ja]=ファイルマネージャ
Name[de] = Datei Manager
Name[no]
www.eeworm.com/read/410817/11268246
h filebrowser.h
/*
by Jacek Surazski
FileBrowser, a QListBox subclass that allows the user to browse directories
and files. Unlike QFileDialog, which works as a modal window, the FileBrowser
widget can be embedde