You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
464 B
Java
22 lines
464 B
Java
//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);
|
|
}
|