- Timestamp:
- 04/15/10 13:48:14 (13 years ago)
- Branches:
- master, qt5
- Children:
- d06ae27
- Parents:
- a0b8978
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/importschedulewidget.cpp
ra0b8978 rbe9b645 48 48 49 49 cancel->hide(); 50 importAction->hide();51 50 connect(online, SIGNAL(clicked()), SLOT(downloadSchedule())); 52 51 -
src/gui/importschedulewidget.ui
ra0b8978 rbe9b645 34 34 <string>Import schedule: </string> 35 35 </property> 36 </widget>37 </item>38 <item>39 <widget class="QGroupBox" name="importAction">40 <property name="title">41 <string/>42 </property>43 <layout class="QHBoxLayout" name="horizontalLayout">44 <item>45 <widget class="QRadioButton" name="update">46 <property name="text">47 <string>Update</string>48 </property>49 <property name="checked">50 <bool>true</bool>51 </property>52 </widget>53 </item>54 <item>55 <widget class="QRadioButton" name="replace">56 <property name="text">57 <string>Replace</string>58 </property>59 </widget>60 </item>61 </layout>62 36 </widget> 63 37 </item>
Note: See TracChangeset
for help on using the changeset viewer.