<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
	<class>UiGuiInfoDialogBase</class>
	<widget class="TQDialog">
		<property name="name">
			<cstring>UiGuiInfoDialogBase</cstring>
		</property>
		<property name="geometry">
			<rect>
				<x>0</x>
				<y>0</y>
				<width>1100</width>
				<height>300</height>
			</rect>
		</property>
		<property name="caption">
			<string>Info</string>
		</property>
		<vbox>
			<widget class="TQTabWidget">
				<property name="name">
					<cstring>tabWidget</cstring>
				</property>
				<property name="currentPage">
					<number>0</number>
				</property>
				<widget class="TQWidget">
					<property name="name">
						<cstring>tabFile</cstring>
					</property>
					<attribute name="title">
						<string>File</string>
					</attribute>
					<vbox>
						<grid>
							<property name="name">
								<cstring>unnamed</cstring>
							</property>
							<property name="margin">
								<number>11</number>
							</property>
							<property name="spacing">
								<number>6</number>
							</property>
							<widget class="TQLabel" row="0" column="0">
								<property name="name">
									<cstring>filenameLabel</cstring>
								</property>
								<property name="text">
									<string>Open file</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the open file</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="0" column="1">
								<property name="name">
									<cstring>leFilename</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the open file</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
							<widget class="TQLabel" row="1" column="0">
								<property name="name">
									<cstring>configFilenameLabel</cstring>
								</property>
								<property name="text">
									<string>Config file</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the config file</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="1" column="1">
								<property name="name">
									<cstring>leConfigFilename</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the config file</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
							<widget class="TQLabel" row="2" column="0">
								<property name="name">
									<cstring>indenterLabel</cstring>
								</property>
								<property name="text">
									<string>Indender</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the indenter</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="2" column="1">
								<property name="name">
									<cstring>leIndenter</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the indenter</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
						</grid>
						<spacer>
							<property name="name">
								<cstring>spacer2</cstring>
							</property>
							<property name="orientation">
								<enum>TQt::Vertical</enum>
							</property>
							<property name="sizeHint" stdset="0">
								<size>
									<width>40</width>
									<height>20</height>
								</size>
							</property>
						</spacer>
					</vbox>
				</widget>
				<widget class="TQWidget">
					<property name="name">
						<cstring>tabPaths</cstring>
					</property>
					<attribute name="title">
						<string>Paths</string>
					</attribute>
					<vbox>
						<grid>
							<property name="name">
								<cstring>unnamed</cstring>
							</property>
							<property name="margin">
								<number>11</number>
							</property>
							<property name="spacing">
								<number>6</number>
							</property>
							<widget class="TQLabel" row="0" column="0">
								<property name="name">
									<cstring>applicationPathLabel</cstring>
								</property>
								<property name="text">
									<string>Application</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the application binary</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="0" column="1">
								<property name="name">
									<cstring>leApplicationPath</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the application binary</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
							<widget class="TQLabel" row="1" column="0">
								<property name="name">
									<cstring>settingsPathLabel</cstring>
								</property>
								<property name="text">
									<string>Settings</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the application settings</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="1" column="1">
								<property name="name">
									<cstring>leSettingsPath</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the application settings</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
							<widget class="TQLabel" row="2" column="0">
								<property name="name">
									<cstring>globalFilesPathLabel</cstring>
								</property>
								<property name="text">
									<string>Global files</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the global files</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="2" column="1">
								<property name="name">
									<cstring>leGlobalFilesPath</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the global files</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
							<widget class="TQLabel" row="3" column="0">
								<property name="name">
									<cstring>indentersPathLabel</cstring>
								</property>
								<property name="text">
									<string>Indenters</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the indenter files</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="3" column="1">
								<property name="name">
									<cstring>leIndentersPath</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the indenter files</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
							<widget class="TQLabel" row="4" column="0">
								<property name="name">
									<cstring>tempPathLabel</cstring>
								</property>
								<property name="text">
									<string>Temp files</string>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the temporary files</string>
								</property>
							</widget>
							<widget class="TQLineEdit" row="4" column="1">
								<property name="name">
									<cstring>leTempPath</cstring>
								</property>
								<property name="whatsThis" stdset="0">
									<string>Name of the folder containing the temporary files</string>
								</property>
								<property name="readOnly">
									<bool>true</bool>
								</property>
							</widget>
						</grid>
						<spacer>
							<property name="name">
								<cstring>spacer2</cstring>
							</property>
							<property name="orientation">
								<enum>TQt::Vertical</enum>
							</property>
							<property name="sizeHint" stdset="0">
								<size>
									<width>40</width>
									<height>20</height>
								</size>
							</property>
						</spacer>
					</vbox>
				</widget>
			</widget>
			<hbox>
				<spacer>
					<property name="name">
						<cstring>spacer1</cstring>
					</property>
					<property name="orientation">
						<enum>TQt::Horizontal</enum>
					</property>
					<property name="sizeHint" stdset="0">
						<size>
							<width>40</width>
							<height>20</height>
						</size>
					</property>
				</spacer>
				<widget class="TQPushButton">
					<property name="name">
						<cstring>okButton</cstring>
					</property>
					<property name="text">
						<string>&amp;Ok</string>
					</property>
					<property name="default">
						<bool>true</bool>
					</property>
				</widget>
			</hbox>
		</vbox>
	</widget>
	<connections>
		<connection>
			<sender>okButton</sender>
			<signal>clicked()</signal>
			<receiver>UiGuiInfoDialogBase</receiver>
			<slot>accept()</slot>
		</connection>
	</connections>
</UI>