Commit History

Author SHA1 Message Date
  kevinkofler cf46a03477 Remove unnecessary Q3ButtonGroups, change remaining ones to QButtonGroups. 17 years ago
  kevinkofler 780568ab35 * Fixed missing word wrap on the data variable reloc label in Program Options. 17 years ago
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. 17 years ago
  kevinkofler f10561bc09 Convert .ui files to Qt 4 format: 17 years ago
  kevinkofler 4b6e33fe60 Fix missing layout in the Operating System tab of the Program Options dialog. 17 years ago
  kevinkofler f911a29b09 Use the KPushButton::stdItem property so pushbuttons honor the system-wide preference to show icons next to standard pushbutton. Also remove minimum sizes for pushbuttons for consistency. 18 years ago
  kevinkofler 09e54a54b8 Remove unused "What's this" button. Replace it with a more visible hint about the right-click feature, easily overlooked in the Win32 IDE. 18 years ago
  kevinkofler 0acae66230 Implement help on right-click in the Program Options dialog. 18 years ago
  kevinkofler a55fce781c Disable options when they can't be changed in the Project Options dialog. 18 years ago
  kevinkofler c27e7bd93e Added tooltips in the Program Options dialog. 18 years ago
  kevinkofler 493da2c33a Fix 2 instances of setChecked(TRUE) in previous commit which should have been setChecked(FALSE). 18 years ago
  kevinkofler bb24058340 Set accelerators for label - edit box pairs properly. 18 years ago
  kevinkofler fbc3468721 Replace QLineEdit with KLineEdit, QPushButton with KPushButton (but not QTabWidget with KTabWidget which isn't well-supported by Qt Designer). 18 years ago
  joeyadams 28660223d9 Gave all pages of both the Project Options and the Program Options the ability to read in settings, but not the ability to write them back. 18 years ago
  joeyadams 85805fec83 Fixed a boo-boo in the way a few of the radio buttons were placed. All radio buttons are now in button groups so that they will be mutually exclusive. 18 years ago
  joeyadams 73fdad3400 Laid out Program Options, added it to the project, and made it viewable when you press the Program Options button in Project Options. 18 years ago