io.qt.uic.ui4.DomAttributeInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-uic Show documentation
Show all versions of qtjambi-uic Show documentation
QtJambi User Interface Compiler
The newest version!
package io.qt.uic.ui4;
/**
* @hidden
*/
public interface DomAttributeInterface {
String attributeName();
}