mirror of
https://github.com/vanitasvitae/OmemoQRCodeGenerator.git
synced 2025-09-09 02:09:39 +02:00
More prototyping - warning UGLY!
This commit is contained in:
parent
1e2a8cf641
commit
4309af9e7a
9 changed files with 226 additions and 34 deletions
16
src/main/resources/fxml/listview.fxml
Normal file
16
src/main/resources/fxml/listview.fxml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import com.jfoenix.controls.JFXListView?>
|
||||
<?import javafx.scene.layout.ColumnConstraints?>
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
<?import javafx.scene.layout.RowConstraints?>
|
||||
|
||||
<GridPane alignment="CENTER" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8.0.162-ea" fx:controller="de.vanitasvitae.omemoqrgenerator.ListViewController">
|
||||
<JFXListView fx:id="listView" minWidth="400.0" prefWidth="400.0" />
|
||||
<columnConstraints>
|
||||
<ColumnConstraints />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
Loading…
Add table
Add a link
Reference in a new issue