Creating the layout of a DMA viewer

This commit is contained in:
Anonymus Raccoon
2020-05-28 14:13:12 +02:00
parent 29540ce9db
commit 5e0f6104fe
11 changed files with 264 additions and 12 deletions
View File
+125
View File
@@ -0,0 +1,125 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DMAView</class>
<widget class="QMainWindow" name="DMAView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>795</width>
<height>534</height>
</rect>
</property>
<property name="windowTitle">
<string>DMA's Debugger</string>
</property>
<property name="windowIcon">
<iconset resource="../resources/appResources.qrc">
<normaloff>:/resources/Logo.png</normaloff>:/resources/Logo.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTableWidget" name="tableWidget">
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>28</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>86</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>61</number>
</attribute>
<row>
<property name="text">
<string>Channel 1</string>
</property>
</row>
<row>
<property name="text">
<string>Channel 2</string>
</property>
</row>
<row>
<property name="text">
<string>Channel 3</string>
</property>
</row>
<row>
<property name="text">
<string>Channel 4</string>
</property>
</row>
<row>
<property name="text">
<string>Channel 5</string>
</property>
</row>
<row>
<property name="text">
<string>Channel 6</string>
</property>
</row>
<row>
<property name="text">
<string>Channel 7</string>
</property>
</row>
<row>
<property name="text">
<string>Channel 8</string>
</property>
</row>
<column>
<property name="text">
<string>Mode</string>
</property>
</column>
<column>
<property name="text">
<string>Fixed</string>
</property>
</column>
<column>
<property name="text">
<string>Increment</string>
</property>
</column>
<column>
<property name="text">
<string>Direction</string>
</property>
</column>
<column>
<property name="text">
<string>Port</string>
</property>
</column>
<column>
<property name="text">
<string>A Address</string>
</property>
</column>
<column>
<property name="text">
<string>Count</string>
</property>
</column>
<column>
<property name="text">
<string>Enabled</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="../resources/appResources.qrc"/>
</resources>
<connections/>
</ui>
+4 -8
View File
@@ -1,17 +1,13 @@
/********************************************************************************
** Form generated from reading UI file 'cpu.ui'
** Form generated from reading UI file 'cpuView.ui'
**
<<<<<<< HEAD
** Created by: Qt User Interface Compiler version 5.13.2
=======
** Created by: Qt User Interface Compiler version 5.14.2
>>>>>>> 24bcafeea3896022704904815d263f69f22e5096
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CPU_H
#define UI_CPU_H
#ifndef UI_CPUVIEW_H
#define UI_CPUVIEW_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
@@ -458,4 +454,4 @@ namespace Ui {
QT_END_NAMESPACE
#endif // UI_CPU_H
#endif // UI_CPUVIEW_H