Changeset f3f6162
- Timestamp:
- 01/14/10 12:17:43 (13 years ago)
- Branches:
- master, qt5
- Children:
- 03ff157
- Parents:
- 92995da
- Location:
- src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/about.ui
r92995da rf3f6162 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>AboutDialog</class> 3 <widget class="QDialog" name="AboutDialog" 4 <property name="windowModality" 4 <widget class="QDialog" name="AboutDialog"> 5 <property name="windowModality"> 5 6 <enum>Qt::WindowModal</enum> 6 7 </property> 7 <property name="geometry" 8 <property name="geometry"> 8 9 <rect> 9 10 <x>0</x> … … 13 14 </rect> 14 15 </property> 15 <property name="sizePolicy" 16 <sizepolicy vsizetype="Preferred" hsizetype="Preferred">16 <property name="sizePolicy"> 17 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 17 18 <horstretch>0</horstretch> 18 19 <verstretch>0</verstretch> 19 20 </sizepolicy> 20 21 </property> 21 <property name="minimumSize" 22 <property name="minimumSize"> 22 23 <size> 23 24 <width>77</width> … … 25 26 </size> 26 27 </property> 27 <property name="maximumSize" 28 <property name="maximumSize"> 28 29 <size> 29 30 <width>500</width> … … 31 32 </size> 32 33 </property> 33 <property name="palette" 34 <property name="palette"> 34 35 <palette> 35 36 <active> 36 <colorrole role="Base" 37 <brush brushstyle="SolidPattern" 38 <color alpha="255" 39 <red>239</red> 40 <green>235</green> 41 <blue>231</blue> 42 </color> 43 </brush> 44 </colorrole> 45 <colorrole role="AlternateBase" 46 <brush brushstyle="SolidPattern" 47 <color alpha="255" 37 <colorrole role="Base"> 38 <brush brushstyle="SolidPattern"> 39 <color alpha="255"> 40 <red>239</red> 41 <green>235</green> 42 <blue>231</blue> 43 </color> 44 </brush> 45 </colorrole> 46 <colorrole role="AlternateBase"> 47 <brush brushstyle="SolidPattern"> 48 <color alpha="255"> 48 49 <red>239</red> 49 50 <green>235</green> … … 54 55 </active> 55 56 <inactive> 56 <colorrole role="Base" 57 <brush brushstyle="SolidPattern" 58 <color alpha="255" 59 <red>239</red> 60 <green>235</green> 61 <blue>231</blue> 62 </color> 63 </brush> 64 </colorrole> 65 <colorrole role="AlternateBase" 66 <brush brushstyle="SolidPattern" 67 <color alpha="255" 57 <colorrole role="Base"> 58 <brush brushstyle="SolidPattern"> 59 <color alpha="255"> 60 <red>239</red> 61 <green>235</green> 62 <blue>231</blue> 63 </color> 64 </brush> 65 </colorrole> 66 <colorrole role="AlternateBase"> 67 <brush brushstyle="SolidPattern"> 68 <color alpha="255"> 68 69 <red>239</red> 69 70 <green>235</green> … … 74 75 </inactive> 75 76 <disabled> 76 <colorrole role="Base" 77 <brush brushstyle="SolidPattern" 78 <color alpha="255" 77 <colorrole role="Base"> 78 <brush brushstyle="SolidPattern"> 79 <color alpha="255"> 79 80 <red>255</red> 80 81 <green>255</green> … … 83 84 </brush> 84 85 </colorrole> 85 <colorrole role="AlternateBase" 86 <brush brushstyle="SolidPattern" 87 <color alpha="255" 86 <colorrole role="AlternateBase"> 87 <brush brushstyle="SolidPattern"> 88 <color alpha="255"> 88 89 <red>239</red> 89 90 <green>235</green> … … 95 96 </palette> 96 97 </property> 97 <property name="windowTitle" 98 <property name="windowTitle"> 98 99 <string>About application</string> 99 100 </property> 100 <property name="locale" 101 <locale country="AnyCountry" language="C"/>102 </property> 103 <layout class="QGridLayout" name="gridLayout" 104 <item row="0" column="0" 105 <layout class="QHBoxLayout" name="horizontalLayout" 101 <property name="locale"> 102 <locale language="C" country="AnyCountry"/> 103 </property> 104 <layout class="QGridLayout" name="gridLayout"> 105 <item row="0" column="0"> 106 <layout class="QHBoxLayout" name="horizontalLayout"> 106 107 <item> 107 <layout class="QVBoxLayout" name="verticalLayout" 108 <item> 109 <widget class="QLabel" name="FosdemIcon" 110 <property name="sizePolicy" 111 <sizepolicy vsizetype="Preferred" hsizetype="Preferred">108 <layout class="QVBoxLayout" name="verticalLayout"> 109 <item> 110 <widget class="QLabel" name="FosdemIcon"> 111 <property name="sizePolicy"> 112 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 112 113 <horstretch>0</horstretch> 113 114 <verstretch>0</verstretch> 114 115 </sizepolicy> 115 116 </property> 116 <property name="text" 117 <property name="text"> 117 118 <string/> 118 119 </property> 119 <property name="pixmap" 120 <pixmap resource="../icons.qrc">:/icons/fosdem.png</pixmap>120 <property name="pixmap"> 121 <pixmap>:/icons/fosdem.png</pixmap> 121 122 </property> 122 123 </widget> 123 124 </item> 124 125 <item> 125 <spacer name="verticalSpacer" 126 <property name="orientation" 126 <spacer name="verticalSpacer"> 127 <property name="orientation"> 127 128 <enum>Qt::Vertical</enum> 128 129 </property> 129 <property name="sizeHint" stdset="0" 130 <property name="sizeHint" stdset="0"> 130 131 <size> 131 132 <width>20</width> … … 138 139 </item> 139 140 <item> 140 <layout class="QVBoxLayout" name="verticalLayout_2" 141 <item> 142 <widget class="QTextBrowser" name="textBrowser" 143 <property name="enabled" 144 <bool>true</bool> 145 </property> 146 <property name="autoFillBackground" 147 <bool>true</bool> 148 </property> 149 <property name="locale" 150 <locale country="AnyCountry" language="C"/>151 </property> 152 <property name="frameShape" 141 <layout class="QVBoxLayout" name="verticalLayout_2"> 142 <item> 143 <widget class="QTextBrowser" name="textBrowser"> 144 <property name="enabled"> 145 <bool>true</bool> 146 </property> 147 <property name="autoFillBackground"> 148 <bool>true</bool> 149 </property> 150 <property name="locale"> 151 <locale language="C" country="AnyCountry"/> 152 </property> 153 <property name="frameShape"> 153 154 <enum>QFrame::NoFrame</enum> 154 155 </property> 155 <property name="frameShadow" 156 <property name="frameShadow"> 156 157 <enum>QFrame::Plain</enum> 157 158 </property> 158 <property name="readOnly" 159 <bool>true</bool> 160 </property> 161 <property name="html" 162 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">163 <html ><head><meta name="qrichtext" content="1" /><style type="text/css">159 <property name="readOnly"> 160 <bool>true</bool> 161 </property> 162 <property name="html"> 163 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 164 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 164 165 p, li { white-space: pre-wrap; } 165 </style ></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">166 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#000000;">Qt FOSDEM/Maemo</span></p>167 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" font-family:'Sans Serif'; font-size:9pt; color:#000000;">Version 1.0.0.</span></p>168 <p style= "-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>169 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;">The FOSDEM Maemo is an application making the conference schedule available offline. Supports searches on various items (speaker, speech topic, location, etc.). For Nokia N8x0 and N900 Internet Tablets.</p>170 <p style= "-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p>171 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" font-weight:600; color:#000000;">Developers:</span></p>172 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" color:#000000;">Berendova Monika, Hanzes Matus, Komara Martin, Korinek Pavol,</span></p>173 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt; color:#000000;">Pavelka Pavol, Timko Marek, Uzak Matus</p>174 <p style= "-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p>175 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" color:#000000;">Copyright (C) Ixonos, 2010</span></p>176 <p style= "-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p>177 <p style= " margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" font-size:7pt; color:#000000;">This program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR PARTICULAR PURPOSE.</span></p></body></html></string>178 </property> 179 <property name="overwriteMode" 166 </style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> 167 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt; font-weight:600; color:#000000;">Qt FOSDEM/Maemo</span></p> 168 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt; color:#000000;">Version 1.0.0.</span></p> 169 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"></p> 170 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">The FOSDEM Maemo is an application making the conference schedule available offline. Supports searches on various items (speaker, speech topic, location, etc.). For Nokia N8x0 and N900 Internet Tablets.</span></p> 171 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> 172 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:600; color:#000000;">Developers:</span></p> 173 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#000000;">Berendova Monika, Hanzes Matus, Komara Martin, Korinek Pavol,</span></p> 174 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#000000;">Pavelka Pavol, Timko Marek, Uzak Matus, Fortes Francisco.</span></p> 175 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> 176 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#000000;">Copyright (C) Ixonos, 2010</span></p> 177 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> 178 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt; color:#000000;">This program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR PARTICULAR PURPOSE.</span></p></body></html></string> 179 </property> 180 <property name="overwriteMode"> 180 181 <bool>false</bool> 181 182 </property> 182 <property name="acceptRichText" 183 <property name="acceptRichText"> 183 184 <bool>true</bool> 184 185 </property> … … 186 187 </item> 187 188 <item> 188 <widget class="QDialogButtonBox" name="buttonOK" 189 <property name="standardButtons" 189 <widget class="QDialogButtonBox" name="buttonOK"> 190 <property name="standardButtons"> 190 191 <set>QDialogButtonBox::Ok</set> 191 192 </property> … … 198 199 </layout> 199 200 </widget> 200 <resources> 201 <include location="../icons.qrc" /> 202 <include location="../icons.qrc" /> 203 </resources> 201 <resources/> 204 202 <connections> 205 203 <connection> … … 209 207 <slot>close()</slot> 210 208 <hints> 211 <hint type="sourcelabel" 209 <hint type="sourcelabel"> 212 210 <x>292</x> 213 211 <y>272</y> 214 212 </hint> 215 <hint type="destinationlabel" 213 <hint type="destinationlabel"> 216 214 <x>249</x> 217 215 <y>149</y> -
src/gui/mainwindow.ui
r92995da rf3f6162 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>MainWindow</class> 3 <widget class="QMainWindow" name="MainWindow" 4 <property name="geometry" 4 <widget class="QMainWindow" name="MainWindow"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="windowTitle" 13 <property name="windowTitle"> 13 14 <string>MainWindow</string> 14 15 </property> 15 <widget class="QWidget" name="centralwidget" 16 <layout class="QGridLayout" name="gridLayout" 17 <item row="0" column="0" 18 <widget class="QTabWidget" name="tabWidget" 19 <property name="currentIndex" 20 <number> 0</number>16 <widget class="QWidget" name="centralwidget"> 17 <layout class="QGridLayout" name="gridLayout"> 18 <item row="0" column="0"> 19 <widget class="QTabWidget" name="tabWidget"> 20 <property name="currentIndex"> 21 <number>4</number> 21 22 </property> 22 <widget class="QWidget" name="dayViewTab" 23 <attribute name="title" 23 <widget class="QWidget" name="dayViewTab"> 24 <attribute name="title"> 24 25 <string>Day View</string> 25 26 </attribute> 26 <layout class="QGridLayout" name="gridLayout_2" 27 <item row="0" column="0" 28 <layout class="QVBoxLayout" name="verticalLayout" 27 <layout class="QGridLayout" name="gridLayout_2"> 28 <item row="0" column="0"> 29 <layout class="QVBoxLayout" name="verticalLayout"> 29 30 <item> 30 <widget class="DayNavigatorWidget" na tive="1" name="dayNavigator"/>31 <widget class="DayNavigatorWidget" name="dayNavigator" native="true"/> 31 32 </item> 32 33 <item> 33 <widget class="TreeView" name="treeView" 34 <property name="maximumSize" 34 <widget class="TreeView" name="treeView"> 35 <property name="maximumSize"> 35 36 <size> 36 37 <width>16777215</width> … … 44 45 </layout> 45 46 </widget> 46 <widget class="QWidget" name="favouritiesTab" > 47 <attribute name="title" > 48 <string>Favourities</string> 47 <widget class="QWidget" name="activitiesTab"> 48 <attribute name="title"> 49 <string>Activities</string> 50 </attribute> 51 </widget> 52 <widget class="QWidget" name="favouritesTab"> 53 <attribute name="title"> 54 <string>Favourites</string> 55 </attribute> 56 </widget> 57 <widget class="QWidget" name="searchTab"> 58 <attribute name="title"> 59 <string>Search</string> 60 </attribute> 61 </widget> 62 <widget class="QWidget" name="mapTab"> 63 <attribute name="title"> 64 <string>Map</string> 49 65 </attribute> 50 66 </widget> … … 53 69 </layout> 54 70 </widget> 55 <widget class="QMenuBar" name="menubar" 56 <property name="geometry" 71 <widget class="QMenuBar" name="menubar"> 72 <property name="geometry"> 57 73 <rect> 58 74 <x>0</x> 59 75 <y>0</y> 60 76 <width>856</width> 61 <height>2 6</height>77 <height>24</height> 62 78 </rect> 63 79 </property> 64 <widget class="QMenu" name="menuFile" 65 <property name="title" 80 <widget class="QMenu" name="menuFile"> 81 <property name="title"> 66 82 <string>File</string> 67 83 </property> 68 <addaction name="actionImportSchedule" 84 <addaction name="actionImportSchedule"/> 69 85 </widget> 70 <widget class="QMenu" name="menuAbout" 71 <property name="title" 86 <widget class="QMenu" name="menuAbout"> 87 <property name="title"> 72 88 <string>Help</string> 73 89 </property> 74 <addaction name="actionAboutQt" 75 <addaction name="actionAboutApplication" 90 <addaction name="actionAboutQt"/> 91 <addaction name="actionAboutApplication"/> 76 92 </widget> 77 <addaction name="menuFile" 78 <addaction name="menuAbout" 93 <addaction name="menuFile"/> 94 <addaction name="menuAbout"/> 79 95 </widget> 80 <widget class="QStatusBar" name="statusbar" 81 <action name="actionImportSchedule" 82 <property name="text" 96 <widget class="QStatusBar" name="statusbar"/> 97 <action name="actionImportSchedule"> 98 <property name="text"> 83 99 <string>Import Schedule</string> 84 100 </property> 85 101 </action> 86 <action name="actionAboutQt" 87 <property name="text" 102 <action name="actionAboutQt"> 103 <property name="text"> 88 104 <string>About Qt</string> 89 105 </property> 90 106 </action> 91 <action name="actionAboutApplication" 92 <property name="text" 107 <action name="actionAboutApplication"> 108 <property name="text"> 93 109 <string>About application</string> 94 110 </property> -
src/orm/ormrecord.h
r92995da rf3f6162 107 107 QString end = "\nEND\n"; 108 108 QString message = start + query.lastError().text() + end; 109 110 109 const char *data = message.toLatin1().data(); 110 qDebug(data); 111 111 throw new OrmSqlException(query.lastError().text()); 112 112 }
Note: See TracChangeset
for help on using the changeset viewer.