Skip to content

Instantly share code, notes, and snippets.

@vprus
Created October 13, 2015 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vprus/4b8a52eb6de9c51ca871 to your computer and use it in GitHub Desktop.
Save vprus/4b8a52eb6de9c51ca871 to your computer and use it in GitHub Desktop.
import QtQuick 2.4
import QtQuick.Controls 1.2
import QtQuick.Layouts 1.1
ColumnLayout {
spacing: 0
Image { source: "file:///C:/Build/selection-assets/bugs.jpeg"; height: 10; width: 10; }
Item {
Layout.fillHeight: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment