mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
b05d5d3297
The GamesDialog is semi-functional, but doesn't launch games yet, while the PhotoDialog is a place holder. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@302 b45a01b8-16f6-495d-af2f-9b41ad6348cc
80 lines
1.7 KiB
XML
80 lines
1.7 KiB
XML
<ui version="4.0" >
|
|
<class>PhotoDialog</class>
|
|
<widget class="QWidget" name="PhotoDialog" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>598</width>
|
|
<height>510</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<item row="0" column="0" >
|
|
<widget class="QTreeWidget" name="photoTreeWidget" >
|
|
<property name="contextMenuPolicy" >
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
</property>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Friend / Set</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Thumb Image</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Image Name</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Date</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Location</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text" >
|
|
<string>Comment</string>
|
|
</property>
|
|
</column>
|
|
<item>
|
|
<property name="text" >
|
|
<string>QtChess</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>DrBob</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>2</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Invites</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string/>
|
|
</property>
|
|
<property name="text" >
|
|
<string/>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="images.qrc" />
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|