Skip to content

Commit

Permalink
finalized socket code
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Dec 9, 2019
1 parent 1fb0157 commit 22833a0
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 23 deletions.
10 changes: 5 additions & 5 deletions socket_py/qt/Socket_python.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.9.2, 2019-09-09T10:23:05. -->
<!-- Written by QtCreator 4.9.2, 2019-11-05T11:05:03. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -53,7 +53,7 @@
</valuemap>
</data>
<data>
<variable>ProjectExplorer.Project.SocketinSettings</variable>
<variable>ProjectExplorer.Project.PluginSettings</variable>
<valuemap type="QVariantMap">
<valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey"/>
<value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
Expand Down Expand Up @@ -250,7 +250,7 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.SocketinSettings"/>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
<value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
<valuelist type="QVariantList" key="Analyzer.Perf.Events">
Expand Down Expand Up @@ -304,8 +304,8 @@
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Socket_python</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/Users/Daniel/Documents/Uni/Bachelor/Absolviert/Bachelorarbeit/git/Socket_py/qt/Socket_python.pro</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Socket_python2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/Users/Daniel/Documents/Uni/Bachelor/Absolviert/Bachelorarbeit/git/socket_py/qt/Socket_python.pro</value>
<value type="QString" key="RunConfiguration.Arguments"></value>
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
Expand Down
38 changes: 38 additions & 0 deletions socket_py/qt/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,44 @@
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="infoCenterLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>165</y>
<width>760</width>
<height>150</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color:white; font-size:36px</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="counterLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>781</width>
<height>220</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color:white; font-size:160px</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:160pt;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
Expand Down
Loading

0 comments on commit 22833a0

Please sign in to comment.