public interface QUiForm<T extends QWidget>
Common interface for all classes generated by juic from Designer's .jui
files.
-
Method Details
-
setupUi
Initializes widgets that are part of the user interface and organizes them into layouts on top of the given widget.- Parameters:
widget
- The widget for which the user interface should be created.
-