blob: 447061af267ae6a2ed0dbd02e7b788fb84948282 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
public interface QLayoutItemInterface {
QSize sizeHint();
QSize minimumSize();
QSize maximumSize();
int expanding();
void setGeometry(QRect arg1);
QRect geometry();
boolean isEmpty();
boolean hasHeightForWidth();
int heightForWidth(int arg1);
void invalidate();
QWidget widget();
QLayout layout();
QSpacerItem spacerItem();
int alignment();
void setAlignment(int a);
}
|