Skip to content
Snippets Groups Projects
Commit f6bf1189 authored by ssun's avatar ssun
Browse files

changed logo

parent 4f9f06c1
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
# stgc-mon
---
contact: **ssun@cern.ch** based on vmm-mon by aikoulou@cern.ch
contact: **ssun@cern.ch**
based on vmm-mon by Amilianos Koulouris
https://gitlab.cern.ch/aikoulou/vmm-mon
aikoulou@cern.ch
Qt application to monitor sTGC chips, through the DAQ software found at https://gitlab.cern.ch/ssun/stgc_readout_sw
......
src/images/GUI_Main.png

113 KiB

src/images/GUI_board.png

66.9 KiB

src/images/GUI_vmm.png

52.1 KiB

<RCC>
<qresource prefix="/">
<file>../images/directory.png</file>
<file>../images/logo.png</file>
<file>../images/load.png</file>
<file>../images/writebutton.png</file>
<file>../images/checkbox.png</file>
<file>../images/cancel_icon.png</file>
<file>../images/uci7.png</file>
<file>../images/magnify.png</file>
</qresource>
</RCC>
src/images/logo.png

57 KiB

src/images/uci7.png

17.1 KiB

......@@ -55,39 +55,10 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTreeWidget" name="setupTreeWidget">
<property name="minimumSize">
<size>
<width>180</width>
<height>60</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>160</width>
<height>2000</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectItems</enum>
</property>
<property name="headerHidden">
<bool>true</bool>
<widget class="QLabel" name="label_3">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;sTGC Monitoring &lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;Software&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;based on&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;VMM Monitoring &lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;Software&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:12pt; font-weight:600;&quot;&gt;gitlab.cern.ch/aikoulou/vmm-mon&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
</layout>
......@@ -493,6 +464,42 @@
</layout>
</widget>
</item>
<item>
<widget class="QTreeWidget" name="setupTreeWidget">
<property name="minimumSize">
<size>
<width>180</width>
<height>60</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>160</width>
<height>2000</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectItems</enum>
</property>
<property name="headerHidden">
<bool>true</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</item>
......@@ -858,7 +865,16 @@
<number>0</number>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
......@@ -978,7 +994,16 @@
<string>Selected Board</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
......@@ -1004,7 +1029,16 @@
<string>Selected VMM</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
......@@ -1038,7 +1072,7 @@
<x>0</x>
<y>0</y>
<width>1682</width>
<height>27</height>
<height>28</height>
</rect>
</property>
</widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment