added status bar in Details window

This commit is contained in:
2016-07-27 11:25:58 +03:00
parent aab6cf8490
commit 147b7f47dc
5 changed files with 55 additions and 4 deletions

View File

@@ -60,7 +60,7 @@
<rect>
<x>200</x>
<y>40</y>
<width>203</width>
<width>261</width>
<height>31</height>
</rect>
</property>

View File

@@ -42,6 +42,37 @@
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="statusBar">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources>