Removed «Open in External Application», added button «Open File in Folder» and enlargened the width; refs #145

This commit is contained in:
Marc Wäckerlin
2012-05-14 13:40:45 +00:00
parent 9bfd8c4e48
commit 1c04103904
6 changed files with 184 additions and 111 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<height>154</height>
<width>719</width>
<height>169</height>
</rect>
</property>
<property name="windowTitle">
@@ -38,7 +38,20 @@
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLineEdit" name="_filename"/>
<widget class="QLineEdit" name="_filename">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="_browseSaveAs">
@@ -53,10 +66,10 @@
</property>
</widget>
</item>
<item row="0" column="2" rowspan="2">
<item row="0" column="2">
<widget class="QCommandLinkButton" name="_saveFileAs">
<property name="text">
<string>Save</string>
<string>Save As File</string>
</property>
</widget>
</item>
@@ -70,9 +83,16 @@
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QCommandLinkButton" name="_openFolder">
<property name="text">
<string>Open File in Folder</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<widget class="QWidget" name="_openInExternalApplication">
<attribute name="title">
<string>Open in External Application</string>
</attribute>