mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 18:40:05 +00:00 
			
		
		
		
	 b2653fd585
			
		
	
	
		b2653fd585
		
	
	
	
	
		
			
			This was never intended to be part of the UI, and did not show on Windows. It shows on Fusion, and is especially noticable on macOS.
		
			
				
	
	
		
			118 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			118 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>AlertDockWidget</class>
 | |
|  <widget class="QDockWidget" name="AlertDockWidget">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>400</width>
 | |
|     <height>300</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Alerts</string>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="dockWidgetContents">
 | |
|    <layout class="QVBoxLayout" name="verticalLayout">
 | |
|     <item>
 | |
|      <widget class="QTreeView" name="alertView">
 | |
|       <property name="alternatingRowColors">
 | |
|        <bool>true</bool>
 | |
|       </property>
 | |
|       <property name="indentation">
 | |
|        <number>0</number>
 | |
|       </property>
 | |
|       <property name="sortingEnabled">
 | |
|        <bool>true</bool>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="QFrame" name="frame_2">
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout_2">
 | |
|        <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>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="alertFilter">
 | |
|          <property name="placeholderText">
 | |
|           <string>Filter</string>
 | |
|          </property>
 | |
|          <property name="clearButtonEnabled">
 | |
|           <bool>true</bool>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <spacer name="horizontalSpacer_2">
 | |
|          <property name="orientation">
 | |
|           <enum>Qt::Orientation::Horizontal</enum>
 | |
|          </property>
 | |
|          <property name="sizeHint" stdset="0">
 | |
|           <size>
 | |
|            <width>40</width>
 | |
|            <height>20</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </spacer>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QToolButton" name="alertSettings">
 | |
|          <property name="toolTip">
 | |
|           <string>Settings</string>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>...</string>
 | |
|          </property>
 | |
|          <property name="icon">
 | |
|           <iconset resource="../../../../scwx-qt.qrc">
 | |
|            <normaloff>:/res/icons/font-awesome-6/sliders-solid.svg</normaloff>:/res/icons/font-awesome-6/sliders-solid.svg</iconset>
 | |
|          </property>
 | |
|          <property name="popupMode">
 | |
|           <enum>QToolButton::ToolButtonPopupMode::InstantPopup</enum>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QPushButton" name="alertViewButton">
 | |
|          <property name="text">
 | |
|           <string>&View</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QPushButton" name="alertGoButton">
 | |
|          <property name="text">
 | |
|           <string>&Go</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </widget>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|   <action name="actionActiveAlerts">
 | |
|    <property name="checkable">
 | |
|     <bool>true</bool>
 | |
|    </property>
 | |
|    <property name="text">
 | |
|     <string>&Active Alerts</string>
 | |
|    </property>
 | |
|   </action>
 | |
|  </widget>
 | |
|  <resources>
 | |
|   <include location="../../../../scwx-qt.qrc"/>
 | |
|  </resources>
 | |
|  <connections/>
 | |
| </ui>
 |