mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			99 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>APIsDialogPythonConsole</class>
 | 
						|
 <widget class="QDialog" name="APIsDialogPythonConsole">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>320</width>
 | 
						|
    <height>280</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="minimumSize">
 | 
						|
   <size>
 | 
						|
    <width>320</width>
 | 
						|
    <height>0</height>
 | 
						|
   </size>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string/>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <item>
 | 
						|
    <widget class="QLabel" name="label">
 | 
						|
     <property name="minimumSize">
 | 
						|
      <size>
 | 
						|
       <width>320</width>
 | 
						|
       <height>0</height>
 | 
						|
      </size>
 | 
						|
     </property>
 | 
						|
     <property name="text">
 | 
						|
      <string>Generating prepared API file (please wait)…</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QProgressBar" name="progressBar">
 | 
						|
     <property name="enabled">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
     <property name="maximum">
 | 
						|
      <number>0</number>
 | 
						|
     </property>
 | 
						|
     <property name="value">
 | 
						|
      <number>-1</number>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QPlainTextEdit" name="plainTextEdit">
 | 
						|
     <property name="font">
 | 
						|
      <font>
 | 
						|
       <pointsize>12</pointsize>
 | 
						|
      </font>
 | 
						|
     </property>
 | 
						|
     <property name="readOnly">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QsciScintilla" name="textEdit_Qsci">
 | 
						|
     <property name="toolTip">
 | 
						|
      <string/>
 | 
						|
     </property>
 | 
						|
     <property name="whatsThis">
 | 
						|
      <string/>
 | 
						|
     </property>
 | 
						|
     <property name="verticalScrollBarPolicy">
 | 
						|
      <enum>Qt::ScrollBarAlwaysOff</enum>
 | 
						|
     </property>
 | 
						|
     <property name="horizontalScrollBarPolicy">
 | 
						|
      <enum>Qt::ScrollBarAlwaysOff</enum>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QDialogButtonBox" name="buttonBox">
 | 
						|
     <property name="orientation">
 | 
						|
      <enum>Qt::Horizontal</enum>
 | 
						|
     </property>
 | 
						|
     <property name="standardButtons">
 | 
						|
      <set>QDialogButtonBox::Cancel</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>QsciScintilla</class>
 | 
						|
   <extends>QFrame</extends>
 | 
						|
   <header>Qsci/qsciscintilla.h</header>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |