Create UI project, start designing UI.

This commit is contained in:
Adam Ierymenko
2013-11-13 16:50:49 -05:00
parent bdc0ed8065
commit b3fdb37b87
10 changed files with 224 additions and 0 deletions

32
ZeroTierUI/network.ui Normal file
View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Network</class>
<widget class="QScrollArea" name="Network">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>618</width>
<height>79</height>
</rect>
</property>
<property name="windowTitle">
<string>ScrollArea</string>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>616</width>
<height>77</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>