mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 03:40:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			124 lines
		
	
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			124 lines
		
	
	
	
		
			3.4 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">
 | 
						|
      <property name="frameShape">
 | 
						|
       <enum>QFrame::StyledPanel</enum>
 | 
						|
      </property>
 | 
						|
      <property name="frameShadow">
 | 
						|
       <enum>QFrame::Raised</enum>
 | 
						|
      </property>
 | 
						|
      <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::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::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>
 |