home
/
aioutajg
/
vendor
/
Caesium
/
views
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
AboutDialog.ui
5.69 KB
Rename
Delete
AdvancedImportDialog.ui
7.83 KB
Rename
Delete
MainWindow.ui
82.55 KB
Rename
Delete
PreferencesDialog.ui
16.05 KB
Rename
Delete
UsageStatsDialog.ui
2.10 KB
Rename
Delete
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>UsageStatsDialog</class> <widget class="QDialog" name="UsageStatsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>449</width> <height>326</height> </rect> </property> <property name="windowTitle"> <string>Usage Data</string> </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <property name="modal"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="content_Label"> <property name="text"> <string>This data is collected to provide the best long term support for the application. No data is sent to third parties.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="close_Button"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Close</string> </property> </widget> </item> <item row="2" column="0"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0" colspan="2"> <widget class="QTextBrowser" name="usageData_TextBrowser"/> </item> </layout> </widget> <resources/> <connections> <connection> <sender>close_Button</sender> <signal>clicked()</signal> <receiver>UsageStatsDialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>401</x> <y>303</y> </hint> <hint type="destinationlabel"> <x>288</x> <y>305</y> </hint> </hints> </connection> </connections> </ui>
Save