mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 13:47:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,166 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>Dialog</class>
|
||||
<widget class="QDialog" name="Dialog">
|
||||
<property name="windowModality">
|
||||
<enum>Qt::ApplicationModal</enum>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>540</width>
|
||||
<height>463</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>540</width>
|
||||
<height>463</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>540</width>
|
||||
<height>463</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string/>
|
||||
</property>
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>54</x>
|
||||
<y>416</y>
|
||||
<width>461</width>
|
||||
<height>32</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Close</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>10</y>
|
||||
<width>81</width>
|
||||
<height>71</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><img src=":/images/RobloxStudio.png" width="70" height="70" style="float: left;"/></p></body></html></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="indent">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>40</x>
|
||||
<y>80</y>
|
||||
<width>511</width>
|
||||
<height>381</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-family:'arial'; font-size:14px;">We’re proud to present this improved ROBLOX Studio experience! In addition<br/>to large performance improvements and new features, you may notice a <br/>different look and feel to ROBLOX Studio. As always, we welcome your <br/>feedback as we continually strive to provide you with a great product. <br/>Please leave your feedback in our ROBLOX Studio forum. </span></p><p><span style=" font-family:'arial'; font-size:14px;">Here are just a few of the recent improvements to ROBLOX Studio: </span></p><p>
|
||||
<div style="margin-left: 20px;">
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">80% fewer crashes </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Dockable basic objects panel </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Interface settings and docks remember how you set them </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Performance improvements for selection and rendering </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Fewer crashes during file saves </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Collision free tool – Rotate, resize, and translate with no collisions </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Script syntax highlighting support for core libraries </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Additional shortcut keys </span><br/>
|
||||
<img src=":/images/checkmark.png"/>&nbsp;&nbsp;<span style=" font-family:'arial'; font-size:14px;">Auto-indentation for scripts </span>
|
||||
</div></p><p><br/><span style=" font-family:'arial'; font-size:14px;">Sincerely,<br/>The ROBLOX Studio Team </span><br/><br/></p></body></html></string>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>105</x>
|
||||
<y>21</y>
|
||||
<width>421</width>
|
||||
<height>51</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><img src=":/images/ROBLOX-Studio-2013.png"/></p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>label</zorder>
|
||||
<zorder>label_3</zorder>
|
||||
<zorder>label_2</zorder>
|
||||
<zorder>buttonBox</zorder>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="RobloxStudio.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>accepted()</signal>
|
||||
<receiver>Dialog</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>248</x>
|
||||
<y>254</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>157</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>rejected()</signal>
|
||||
<receiver>Dialog</receiver>
|
||||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>316</x>
|
||||
<y>260</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>286</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user