OmemoQRCodeGenerator/src/main/resources/fxml/qrdisplay.fxml

12 lines
475 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.VBox?>
<VBox alignment="TOP_CENTER" style="-fx-background-color: #FFFFFF;" xmlns="http://javafx.com/javafx/8.0.162-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.vanitasvitae.omemoqrgenerator.QrDisplayController">
<children>
<ImageView fx:id="qr_view" />
<fx:include fx:id="listView" source="listview.fxml" />
</children>
</VBox>