parent
20041deef5
commit
2506002c05
@ -0,0 +1,18 @@ |
||||
import QtQuick 2.5 |
||||
import QtQuick.Controls 1.4 |
||||
import QtQuick.Window 2.0 |
||||
|
||||
Window { |
||||
title: "VRAM Explorer" |
||||
|
||||
TabView { |
||||
Tab { |
||||
title: "Tile Data" |
||||
Rectangle { color: "red" } |
||||
} |
||||
Tab { |
||||
title: "Background Maps" |
||||
Rectangle { color: "blue" } |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue