comparison gui/src/WelcomeWizard.ui @ 14307:be3e1a14a6de gui

Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings. * FileEditorMdiSubWindow: Set sources for code completion to all, lowered completion threshold, changed colors. * SettingsDialog: Added interface tab with shortcut configuration table widget. * WelcomeWizard: Wrote a little text to appear at startup.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Wed, 01 Feb 2012 15:53:19 +0100
parents c9501268a194
children
comparison
equal deleted inserted replaced
14306:c3b62d211b80 14307:be3e1a14a6de
244 <widget class="QWidget" name="page_5"> 244 <widget class="QWidget" name="page_5">
245 <layout class="QHBoxLayout" name="horizontalLayout_8"> 245 <layout class="QHBoxLayout" name="horizontalLayout_8">
246 <item> 246 <item>
247 <layout class="QVBoxLayout" name="verticalLayout_7"> 247 <layout class="QVBoxLayout" name="verticalLayout_7">
248 <item> 248 <item>
249 <widget class="QLabel" name="label_2">
250 <property name="font">
251 <font>
252 <pointsize>20</pointsize>
253 </font>
254 </property>
255 <property name="text">
256 <string>Welcome to Octave!</string>
257 </property>
258 </widget>
259 </item>
260 <item>
261 <widget class="QLabel" name="label_3">
262 <property name="text">
263 <string>This is the development version of Octave with the first official GUI.</string>
264 </property>
265 <property name="wordWrap">
266 <bool>true</bool>
267 </property>
268 </widget>
269 </item>
270 <item>
271 <widget class="QLabel" name="label_4">
272 <property name="text">
273 <string>You seem to run Octave GUI for the first time on this computer. This assistant will help you to configure this software installation. Click 'Finish' to write a configuration file and launch Octave GUI.</string>
274 </property>
275 <property name="wordWrap">
276 <bool>true</bool>
277 </property>
278 </widget>
279 </item>
280 <item>
249 <spacer name="verticalSpacer_5"> 281 <spacer name="verticalSpacer_5">
250 <property name="orientation"> 282 <property name="orientation">
251 <enum>Qt::Vertical</enum> 283 <enum>Qt::Vertical</enum>
252 </property> 284 </property>
253 <property name="sizeHint" stdset="0"> 285 <property name="sizeHint" stdset="0">
260 </item> 292 </item>
261 <item> 293 <item>
262 <layout class="QHBoxLayout" name="horizontalLayout_7"> 294 <layout class="QHBoxLayout" name="horizontalLayout_7">
263 <item> 295 <item>
264 <widget class="QPushButton" name="previousButton5"> 296 <widget class="QPushButton" name="previousButton5">
297 <property name="enabled">
298 <bool>false</bool>
299 </property>
265 <property name="text"> 300 <property name="text">
266 <string>Previous</string> 301 <string>Previous</string>
267 </property> 302 </property>
268 </widget> 303 </widget>
269 </item> 304 </item>