代码搜索:comboBox
找到约 9,239 项符合「comboBox」的源代码
代码结果 9,239
www.eeworm.com/read/339446/3302446
h combobox_taskmenu.h
/****************************************************************************
**
** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt Designer of the Qt Too
www.eeworm.com/read/339446/3302464
cpp combobox_taskmenu.cpp
/****************************************************************************
**
** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt Designer of the Qt Too
www.eeworm.com/read/280876/4123193
rc2 combobox.rc2
//
// COMBOBOX.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//
www.eeworm.com/read/273525/4210209
class d_combobox.class
class {
string value
} , inherit(d_control)
www.eeworm.com/read/411228/2190712
py pmw_combobox.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ComboBox 1')
Pmw.initialise()
choice = None
def choseEntry(entry):
print 'You chose "%s"' % en
www.eeworm.com/read/411228/2190941
py pmw_combobox.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('ComboBox 1')
Pmw.initialise()
choice = None
def choseEntry(entry):
print 'You chose "%s"' % en
www.eeworm.com/read/395296/2440241
h combobox_taskmenu.h
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt Designer of the Qt Too
www.eeworm.com/read/395296/2440258
cpp combobox_taskmenu.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt Designer of the Qt Too
www.eeworm.com/read/357209/3028101
h combobox_impl.h
/*
** $Id: combobox_impl.h,v 1.1 2005/01/31 09:12:48 clear Exp $
**
** combobox.h: the head file of ComboBox control.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001, 2002 Wei Yongmin