android gui tweaks
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Dialog</string>
|
<string>Dialog</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<item row="0" column="1">
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="pushButton_exportLogHtml">
|
<widget class="QPushButton" name="pushButton_exportLogHtml">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" rowspan="2" colspan="2">
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_animation">
|
<layout class="QHBoxLayout" name="horizontalLayout_animation">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_animation">
|
<widget class="QLabel" name="label_animation">
|
||||||
@@ -218,14 +218,14 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
<item>
|
||||||
<widget class="Line" name="line">
|
<widget class="Line" name="line">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="1">
|
<item>
|
||||||
<widget class="QDialogButtonBox" name="buttonBox">
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
@@ -237,7 +237,7 @@
|
|||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="standardButtons">
|
<property name="standardButtons">
|
||||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
<set>QDialogButtonBox::Ok</set>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ void LogFileDialog::uploadFile()
|
|||||||
|
|
||||||
uploadInProgressAnimationStart();
|
uploadInProgressAnimationStart();
|
||||||
uploader->QueueUpload(
|
uploader->QueueUpload(
|
||||||
"http://pokerth.net/floty_upload/upload.php",
|
"http://pokerth.net/log_file_analysis/upload.php",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
file.fileName().toStdString(),
|
file.fileName().toStdString(),
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/gfx">
|
<qresource prefix="/gfx">
|
||||||
<file>view-fullscreen.png</file>
|
<file>view-fullscreen.png</file>
|
||||||
|
<file>loader.gif</file>
|
||||||
<file>swbuttoninternetgame.png</file>
|
<file>swbuttoninternetgame.png</file>
|
||||||
<file>swbuttoncreatenetworkgame.png</file>
|
<file>swbuttoncreatenetworkgame.png</file>
|
||||||
<file>swbuttonjoinnetworkgame.png</file>
|
<file>swbuttonjoinnetworkgame.png</file>
|
||||||
|
|||||||
Reference in New Issue
Block a user