Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
scienceasdf authored Jun 20, 2016
1 parent 8011187 commit da2e84e
Showing 1 changed file with 40 additions and 21 deletions.
61 changes: 40 additions & 21 deletions widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,9 @@
<widget class="QLabel" name="MLabel">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>166</y>
<width>199</width>
<width>221</width>
<height>40</height>
</rect>
</property>
Expand All @@ -465,9 +465,9 @@
<widget class="QLabel" name="vLabel">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>73</y>
<width>199</width>
<width>221</width>
<height>41</height>
</rect>
</property>
Expand All @@ -478,22 +478,22 @@
<widget class="QLabel" name="XPosLabel">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>27</y>
<width>199</width>
<width>221</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>X坐标:</string>
<string>位置:</string>
</property>
</widget>
<widget class="QLabel" name="FsyLabel">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>120</y>
<width>199</width>
<width>221</width>
<height>40</height>
</rect>
</property>
Expand All @@ -504,9 +504,9 @@
<widget class="QLabel" name="maxFsyPos">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>461</y>
<width>199</width>
<width>221</width>
<height>35</height>
</rect>
</property>
Expand All @@ -517,9 +517,9 @@
<widget class="QLabel" name="MzMaxLabel">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>339</y>
<width>199</width>
<width>221</width>
<height>35</height>
</rect>
</property>
Expand All @@ -530,9 +530,9 @@
<widget class="QLabel" name="maxBendingPos">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>543</y>
<width>199</width>
<width>221</width>
<height>35</height>
</rect>
</property>
Expand All @@ -543,9 +543,9 @@
<widget class="QLabel" name="FsyMaxLabel">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>421</y>
<width>199</width>
<width>221</width>
<height>34</height>
</rect>
</property>
Expand All @@ -556,9 +556,9 @@
<widget class="QLabel" name="bendingMaxLabel">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>502</y>
<width>199</width>
<width>221</width>
<height>35</height>
</rect>
</property>
Expand All @@ -569,16 +569,35 @@
<widget class="QLabel" name="maxMzPos">
<property name="geometry">
<rect>
<x>830</x>
<x>810</x>
<y>380</y>
<width>199</width>
<width>221</width>
<height>35</height>
</rect>
</property>
<property name="text">
<string>位置:</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>810</x>
<y>210</y>
<width>221</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>提示:在图形上点击并移动鼠标以查看以上信息</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
Expand Down

0 comments on commit da2e84e

Please sign in to comment.