Skip to content

Commit

Permalink
update qt-player ui
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleiliao committed May 8, 2014
1 parent 4f12711 commit 6672c48
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 72 deletions.
46 changes: 22 additions & 24 deletions player/proj.qt/consoleui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
<rect>
<x>0</x>
<y>0</y>
<width>736</width>
<height>299</height>
<width>800</width>
<height>500</height>
</rect>
</property>
<property name="font">
<font>
<family>Courier New</family>
</font>
</property>
<property name="windowTitle">
<string>Log</string>
</property>
Expand All @@ -33,7 +28,7 @@
<item>
<widget class="QPushButton" name="openLogButton">
<property name="text">
<string>Open Log</string>
<string>Open Log File</string>
</property>
</widget>
</item>
Expand All @@ -51,29 +46,32 @@
</spacer>
</item>
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<widget class="QCheckBox" name="allwaysTop">
<property name="text">
<string>Always on Top</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="scrollButton">
<property name="text">
<string>Auto Scroll</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<widget class="QCheckBox" name="allwaysTop">
<property name="text">
<string>allways top</string>
</property>
</widget>
<widget class="QCheckBox" name="scrollButton">
<property name="text">
<string>scroll button</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser">
<property name="font">
<font>
<family>Monaco</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
Expand Down
107 changes: 59 additions & 48 deletions player/proj.qt/createprojectui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,29 @@
<rect>
<x>0</x>
<y>0</y>
<width>435</width>
<height>375</height>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>Create New Project</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down Expand Up @@ -58,41 +73,46 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="minimumSize">
<size>
<width>409</width>
<height>0</height>
</size>
</property>
<property name="title">
<string>Screen Direction:</string>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Screen Orientation:</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QRadioButton" name="portait">
<property name="text">
<string>Portait</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="landscape">
<property name="text">
<string>Landscape</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QRadioButton" name="portait">
<property name="text">
<string>Portait</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="landscape">
<property name="text">
<string>Landscape</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="cmdLog">
<property name="minimumSize">
Expand All @@ -106,19 +126,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
Expand Down Expand Up @@ -159,6 +166,10 @@
</layout>
</item>
</layout>
<zorder>label_3</zorder>
<zorder>landscape</zorder>
<zorder>portait</zorder>
<zorder>label_3</zorder>
</widget>
<resources/>
<connections/>
Expand Down

0 comments on commit 6672c48

Please sign in to comment.