代码搜索结果
找到约 10,000 项符合
Layout 的代码
libparsifal.layout
[Editors]
Focused=-1
Order=
[Editor_0]
Open=0
Top=0
CursorCol=1
CursorRow=1
TopLine=246
LeftChar=1
[Editor_1]
Open=0
Top=0
CursorCol=1
CursorRow=1
TopLine=79
LeftChar=1
[Editor_2]
Op
layout.js
function MoveUp(SelectList)
{
var nIndex = SelectList.selectedIndex;
if (nIndex == -1)
{
// Process continue only if at least one item selected
alert("是不是忘了先选一项?^-^");
return;
}
config.layout
##
## config.layout -- Pre-defined Installation Path Layouts
##
## Hints:
## - layouts can be loaded with configure's --enable-layout=ID option
## - when no --enable-layout option is given, the de
config.layout
##
## config.layout -- Pre-defined Installation Path Layouts
##
## Hints:
## - layouts can be loaded with configure's --enable-layout=ID option
## - when no --enable-layout option is given, the de
layout.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt Designer of the Qt Too