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