Skip to content

Commit

Permalink
added ui on the right. no logic yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nestal committed Apr 29, 2013
1 parent bba65c0 commit a668b76
Showing 1 changed file with 53 additions and 7 deletions.
60 changes: 53 additions & 7 deletions bgrive/ui/MainWindow.ui
Expand Up @@ -28,13 +28,59 @@
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget class="QListView" name="m_files"> <widget class="QWidget" name="">
<property name="sizePolicy"> <layout class="QGridLayout" name="gridLayout">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <item row="0" column="0">
<horstretch>1</horstretch> <widget class="QLabel" name="label">
<verstretch>0</verstretch> <property name="text">
</sizepolicy> <string>Title:</string>
</property> </property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="m_title"/>
</item>
<item row="0" column="2" rowspan="2">
<widget class="QLabel" name="m_icon">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Filename:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="m_filename"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Mime type:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="m_mime_type"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Last Updated:</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QDateTimeEdit" name="m_last_update"/>
</item>
<item row="4" column="0" colspan="3">
<widget class="QGraphicsView" name="m_preview"/>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</item> </item>
Expand Down

0 comments on commit a668b76

Please sign in to comment.