Changed UI

This commit is contained in:
WandererFan 2016-07-03 15:10:42 -04:00 committed by wmayer
parent eb0097782b
commit 8e70d6c569

View File

@ -9,8 +9,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>372</width> <width>387</width>
<height>173</height> <height>160</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -19,56 +19,80 @@
<property name="modal"> <property name="modal">
<bool>true</bool> <bool>true</bool>
</property> </property>
<widget class="QDialogButtonBox" name="bbButtons"> <widget class="QFrame" name="frame">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>130</y> <y>10</y>
<width>341</width> <width>371</width>
<height>31</height> <height>141</height>
</rect> </rect>
</property> </property>
<property name="orientation"> <property name="sizePolicy">
<enum>Qt::Horizontal</enum> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="standardButtons"> <property name="frameShape">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="centerButtons"> <property name="frameShadow">
<bool>true</bool> <enum>QFrame::Raised</enum>
</property> </property>
</widget> <widget class="QWidget" name="verticalLayoutWidget">
<widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry">
<property name="geometry"> <rect>
<rect> <x>10</x>
<x>20</x> <y>10</y>
<y>20</y> <width>351</width>
<width>331</width> <height>121</height>
<height>80</height> </rect>
</rect> </property>
</property> <layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout"> <item>
<item> <layout class="QFormLayout" name="formLayout">
<widget class="QLabel" name="lblMsg"> <item row="0" column="0">
<property name="text"> <widget class="QLabel" name="lblMsg">
<string>Enter the new value for: </string> <property name="text">
</property> <string>Text Name: </string>
</widget> </property>
</item> </widget>
<item> </item>
<widget class="QLabel" name="lblName"> <item row="0" column="1">
<property name="text"> <widget class="QLabel" name="lblName">
<string>TextLabel</string> <property name="text">
</property> <string>TextLabel</string>
<property name="alignment"> </property>
<set>Qt::AlignCenter</set> </widget>
</property> </item>
</widget> <item row="1" column="0">
</item> <widget class="QLabel" name="label">
<item> <property name="text">
<widget class="QLineEdit" name="leInput"/> <string>Value:</string>
</item> </property>
</layout> </widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leInput"/>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="bbButtons">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget> </widget>
</widget> </widget>
<resources/> <resources/>
@ -80,12 +104,12 @@
<slot>accept()</slot> <slot>accept()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>248</x> <x>195</x>
<y>254</y> <y>126</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>157</x> <x>193</x>
<y>274</y> <y>79</y>
</hint> </hint>
</hints> </hints>
</connection> </connection>
@ -96,12 +120,12 @@
<slot>reject()</slot> <slot>reject()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>316</x> <x>195</x>
<y>260</y> <y>126</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>286</x> <x>193</x>
<y>274</y> <y>79</y>
</hint> </hint>
</hints> </hints>
</connection> </connection>