Module qtjambi
Package io.qt

Interface QUiForm<T extends QWidget>


public interface QUiForm<T extends QWidget>
Common interface for all classes generated by juic from Designer's .jui files.
  • Method Summary

    Modifier and Type Method Description
    void setupUi​(T widget)
    Initializes widgets that are part of the user interface and organizes them into layouts on top of the given widget.
  • Method Details

    • setupUi

      void setupUi​(T widget)
      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.