123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="LoadDBC">
- <property name="geometry">
- <rect>
- <x>660</x>
- <y>20</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Load DBC</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit_Value">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>180</y>
- <width>701</width>
- <height>351</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="LoadDump">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>20</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Load dump</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_FrameCount">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>27</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>24</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Frame Count:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_CurrentFrame">
- <property name="geometry">
- <rect>
- <x>530</x>
- <y>26</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>25</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Current Frame</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit_Frame">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>80</y>
- <width>481</width>
- <height>91</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Pre">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>79</y>
- <width>90</width>
- <height>40</height>
- </rect>
- </property>
- <property name="text">
- <string>Pre</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Next">
- <property name="geometry">
- <rect>
- <x>660</x>
- <y>78</y>
- <width>90</width>
- <height>40</height>
- </rect>
- </property>
- <property name="text">
- <string>Next</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Goto">
- <property name="geometry">
- <rect>
- <x>660</x>
- <y>126</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Goto</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_FrameGo">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>127</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|